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

    Interface Creator

    interface Creator {
        category: string;
        coverImageUrl: string | null;
        creatorId: string;
        description: string;
        hasAdultContent: boolean;
        hasBoothShop: boolean;
        hasPublishedPost: boolean;
        isAcceptingRequest: boolean;
        isFollowed: boolean;
        isStopped: boolean;
        isSupported: boolean;
        profileItems: CreatorProfileItem[];
        profileLinks: string[];
        user: FanboxUser;
    }
    Index

    Properties

    category: string
    coverImageUrl: string | null
    creatorId: string
    description: string
    hasAdultContent: boolean
    hasBoothShop: boolean
    hasPublishedPost: boolean
    isAcceptingRequest: boolean
    isFollowed: boolean
    isStopped: boolean
    isSupported: boolean
    profileItems: CreatorProfileItem[]
    profileLinks: string[]