Skip to content

Type Alias: BuiltInChatWrapperType

ts
type BuiltInChatWrapperType = InstanceType<typeof chatWrappers[keyof typeof chatWrappers]>;

Defined in: chatWrappers/utils/resolveChatWrapper.ts:63