diff --git a/src/channels/plugins/types.core.ts b/src/channels/plugins/types.core.ts index 22f8e458e79..c1ee5c815ef 100644 --- a/src/channels/plugins/types.core.ts +++ b/src/channels/plugins/types.core.ts @@ -156,6 +156,8 @@ export type ChannelAccountSnapshot = { profile?: unknown; channelAccessToken?: string; channelSecret?: string; + channelAccessTokenConfigured?: boolean; + channelSecretConfigured?: boolean; }; export type ChannelLogSink = {