Skip to content

Type Alias: GunshiParamsConstraint ​

Generic constraint for command-related types.

This type constraint allows both GunshiParams and objects with extensions.

Since ​

v0.27.0

Signature ​

ts
export type GunshiParamsConstraint = GunshiParams<any> | { args: Args } | { extensions: ExtendContext }

Released under the MIT License.