PluginContextMap
Signature
export type PluginContextMap<T extends object, I extends readonly AnySeyfertPlugin[] = readonly [], E extends object = {}> = { readonly [K in keyof T]: (interaction: PluginContextInteraction, client: BaseClient & ExtendOf<I> & E) => T[K];};Members
This export does not declare public properties or methods in the generated declaration file.