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

    Interface CreationMinimal

    interface CreationMinimal {
        commentCount: number;
        creationRelease: CreationRelease;
        favoriteCount: number;
        latestCoverLink: string;
        likeCount: number;
        oid: string;
        remixedCount: number;
        title: string;
        viewCount: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    commentCount: number
    creationRelease: CreationRelease
    favoriteCount: number
    latestCoverLink: string
    likeCount: number
    oid: string
    remixedCount: number
    title: string
    viewCount: number