@ccw-api/api
    Preparing search index...
    type TypicalProjectItem = {
        cover: string;
        createdAt: null | number;
        creationHints: null | string;
        creationInfo: null | string;
        defaultLinks: string[];
        defaultStars: string[];
        id: number;
        name: string;
        projectLink: string;
        status: string;
        templateType: string;
        updatedAt: null | number;
    }
    Index

    Properties

    cover: string
    createdAt: null | number
    creationHints: null | string
    creationInfo: null | string
    defaultLinks: string[]
    defaultStars: string[]
    id: number
    name: string
    projectLink: string
    status: string
    templateType: string
    updatedAt: null | number