interface GuardLike {
    check<T extends Command<ContextType>>(
        command: T,
        context: ContextOf<T>,
    ): Awaitable<boolean>;
}

Implemented by

Methods

Methods

MMNEPVFCICPMFPCPTTAAATR