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

Implemented by

Methods

Methods

""