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