@ccw-api/api
    Preparing search index...

    Interface CreationRelease

    interface CreationRelease {
        checked: boolean;
        coverGifLink:
            | `https://m.xiguacity.cn/${string}`
            | `https://m.ccw.site/${string}`;
        coverLink: | `https://m.xiguacity.cn/${string}`
        | `https://m.ccw.site/${string}`;
        createdAt: number;
        customVersion: string;
        description: string;
        extensions: string[];
        hasCloudVariables: boolean;
        keyboardLayout: KBDLayout;
        oid: string;
        operatingInstruction: string;
        profiling: string;
        projectLink: string;
        status: CreationStatus;
        submittedAt: number;
        tags: string[];
        updatedAt: number;
        version: string;
        videoLink: string;
    }
    Index

    Properties

    checked: boolean
    coverGifLink:
        | `https://m.xiguacity.cn/${string}`
        | `https://m.ccw.site/${string}`
    coverLink: `https://m.xiguacity.cn/${string}` | `https://m.ccw.site/${string}`
    createdAt: number
    customVersion: string
    description: string
    extensions: string[]
    hasCloudVariables: boolean
    keyboardLayout: KBDLayout
    oid: string
    operatingInstruction: string
    profiling: string
    projectLink: string
    submittedAt: number
    tags: string[]
    updatedAt: number
    version: string
    videoLink: string