Skip to content

GramIO API Reference / @gramio/contexts/dist / GetDerives

Type Alias: GetDerives<Bot, Event>

GetDerives<Bot, Event> = IsAny<Bot["__Derives"]> extends true ? object : Bot["__Derives"]["global"] & Bot["__Derives"][Event]

Defined in: contexts/index.d.ts:81

Type Parameters

Type Parameter
Bot extends BotLike
Event extends keyof ContextsMapping<Bot>