@moontaiworks/fanbox-dl - v1.0.0
    Preparing search index...

    Interface SupportingPlan

    interface SupportingPlan {
        coverImageUrl: string | null;
        creatorId: string;
        description: string;
        fee: number;
        hasAdultContent: boolean;
        id: string;
        perks: string[];
        title: string;
        user: FanboxUser;
        paymentMethod: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    coverImageUrl: string | null
    creatorId: string
    description: string
    fee: number
    hasAdultContent: boolean
    id: string
    perks: string[]
    title: string
    paymentMethod: string