ChannelCreateRequestSchema
constChannelCreateRequestSchema:ZodMiniObject<{businessInfo:ZodMiniOptional<ZodMiniObject<{category:ZodMiniString<string>;contactEmail:ZodMiniEmail;contactPerson:ZodMiniString<string>;contactPhone:ZodMiniString<string>;name:ZodMiniString<string>;registrationNumber:ZodMiniString<string>; },$strip>>;kakaoInfo:ZodMiniOptional<ZodMiniObject<{brandName:ZodMiniString<string>;description:ZodMiniOptional<ZodMiniString<string>>;logoUrl:ZodMiniOptional<ZodMiniURL>;plusFriendId:ZodMiniString<string>; },$strip>>;name:ZodMiniString<string>;profileKey:ZodMiniString<string>;provider:ZodMiniString<string>;type:ZodMiniEnum<typeofChannelType>; },$strip>
Defined in: packages/channel/src/types/channel.types.ts:177