Forge Docs
Fanclub

Fanclub

ファンクラブを管理する Feature

概要

Fanclub はファンクラブの作成・運営を担当する。サブフィーチャーとして Membership(メンバーシップ)を持つ。

API

Schema

スキーマ説明
FanclubStatus"active" | "suspended" | "closed"ファンクラブステータス
FanclubSchemaFanclubファンクラブ
CreateFanclubSchemaCreateFanclub作成入力
UpdateFanclubSchemaUpdateFanclub更新入力

サブフィーチャー

使用例

import { Fanclub } from "@unitto/features";

Fanclub.Schema.FanclubSchema.parse({ ... });
Fanclub.Membership.Schema.MembershipSchema.parse({ ... });

On this page