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

    Interface PostCover

    interface PostCover {
        type: "cover_image" | "post_image";
        url: string;
    }
    Index

    Properties

    Properties

    type: "cover_image" | "post_image"
    url: string