openclaw/extensions/line/src/config-schema.ts

4 lines
156 B
TypeScript

import { buildChannelConfigSchema, LineConfigSchema } from "../api.js";
export const LineChannelConfigSchema = buildChannelConfigSchema(LineConfigSchema);