Fanclub
Fanclub
ファンクラブを管理する Feature
概要
Fanclub はファンクラブの作成・運営を担当する。サブフィーチャーとして Membership(メンバーシップ)を持つ。
API
Schema
| スキーマ | 型 | 説明 |
|---|---|---|
FanclubStatus | "active" | "suspended" | "closed" | ファンクラブステータス |
FanclubSchema | Fanclub | ファンクラブ |
CreateFanclubSchema | CreateFanclub | 作成入力 |
UpdateFanclubSchema | UpdateFanclub | 更新入力 |
サブフィーチャー
- Membership — メンバーシップ管理
使用例
import { Fanclub } from "@unitto/features";
Fanclub.Schema.FanclubSchema.parse({ ... });
Fanclub.Membership.Schema.MembershipSchema.parse({ ... });