Skip to content

gunshi / default / GunshiParamsConstraint

Type Alias: GunshiParamsConstraint

ts
type GunshiParamsConstraint = 
  | GunshiParams<any>
  | {
  extensions: ExtendContext;
};

Generic constraint for command-related types. This type constraint allows both GunshiParams and objects with extensions.

Since

v0.27.0

Released under the MIT License.