Skip to content

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

공식 OPEN API만 지원 — 비공식 엔드포인트 0건