Variable: rawSubscriptionEventSchema
ts
const rawSubscriptionEventSchema: ZodObject<{
channelId: ZodString;
month: ZodNumber;
subscriberChannelId: ZodString;
subscriberNickname: ZodString;
tierName: ZodOptional<ZodString>;
tierNo: ZodNumber;
}, $loose>;Defined in: src/types/events.ts:97