CommandLoadCreator
Signature
export type CommandLoadCreator = <T extends HandleableCommand>(constructor: T, next: () => InstanceType<T>) => InstanceType<T>;Members
This export does not declare public properties or methods in the generated declaration file.