SerenityJS
    Preparing search index...

    Type Alias CommandCallback<T>

    CommandCallback: (
        context: CommandContext<T>,
    ) => CommandResponse | void | Promise<CommandResponse | void>

    Type Parameters

    • T = NonNullable<unknown>

    Type declaration