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