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

    Interface CreatorSummary

    interface CreatorSummary {
        creatorId: string;
        description: string;
        hasAdultContent: boolean;
        iconUrl: string;
        isFollowed: boolean;
        isSupported: boolean;
        name: string;
        userId: string;
    }
    Index

    Properties

    creatorId: string
    description: string
    hasAdultContent: boolean
    iconUrl: string
    isFollowed: boolean
    isSupported: boolean
    name: string
    userId: string