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