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

    Interface CreatorProfileImage

    interface CreatorProfileImage {
        id: string;
        imageUrl: string;
        thumbnailUrl: string;
        type: "image";
    }
    Index

    Properties

    id: string
    imageUrl: string
    thumbnailUrl: string
    type: "image"