4 lines
182 B
TypeScript
4 lines
182 B
TypeScript
import { buildChannelConfigSchema, GoogleChatConfigSchema } from "../runtime-api.js";
|
|
|
|
export const GoogleChatChannelConfigSchema = buildChannelConfigSchema(GoogleChatConfigSchema);
|