@ccw-api/api
    Preparing search index...
    type Req = {
        audioSize: number;
        costumeSize: number;
        coverLink: CNameOssUrl;
        customVersion: string;
        description: string;
        extensions: string[];
        featuredCoverLink: CNameOssUrl;
        hasCloudVariables: false;
        hashTags: string[];
        isContribute: boolean;
        isOpenSource: boolean;
        keyboardLayout: KBDLayout;
        oid: MongoDBId;
        operatingInstruction: string;
        projectLink: CNameOssUrl;
        projectSize: number;
        publishedFeedSwitch: boolean;
        releaseDescription: string;
        releaseTags: ReleaseTag[];
        remixCreationOid: null | MongoDBId;
        repostedSource: string;
        requireLogin: boolean;
        sourceOpenLevel: SourceOpenLevel;
        tags: [];
        title: string;
        type: "ORIGINAL" | "REMIXED";
        videoLink: null | string;
    }
    Index

    Properties

    audioSize: number
    costumeSize: number
    coverLink: CNameOssUrl
    customVersion: string
    description: string
    extensions: string[]
    featuredCoverLink: CNameOssUrl
    hasCloudVariables: false
    hashTags: string[]
    isContribute: boolean
    isOpenSource: boolean
    keyboardLayout: KBDLayout
    operatingInstruction: string
    projectLink: CNameOssUrl
    projectSize: number
    publishedFeedSwitch: boolean
    releaseDescription: string
    releaseTags: ReleaseTag[]
    remixCreationOid: null | MongoDBId
    repostedSource: string
    requireLogin: boolean
    sourceOpenLevel: SourceOpenLevel
    tags: []
    title: string
    type: "ORIGINAL" | "REMIXED"
    videoLink: null | string