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