GramIO API Reference / @gramio/contexts/dist / GetDerives
Type Alias: GetDerives<Bot, Event>
GetDerives<
Bot,Event> =Bot["__Derives"]["global"] &Bot["__Derives"][Event]
Defined in: contexts/index.d.ts:102
Type Parameters
| Type Parameter |
|---|
Bot extends BotLike |
Event extends keyof ContextsMapping<Bot> |