ChannelCreateRequestSchema
constChannelCreateRequestSchema:ZodObject<{businessInfo:ZodOptional<ZodObject<{category:ZodString;contactEmail:ZodString;contactPerson:ZodString;contactPhone:ZodString;name:ZodString;registrationNumber:ZodString; },$strip>>;kakaoInfo:ZodOptional<ZodObject<{brandName:ZodString;description:ZodOptional<ZodString>;logoUrl:ZodOptional<ZodString>;plusFriendId:ZodString; },$strip>>;name:ZodString;profileKey:ZodString;provider:ZodString;type:ZodEnum<typeofChannelType>; },$strip>
Defined in: packages/channel/src/types/channel.types.ts:189