ISPO SDK
    Preparing search index...

    Interface HostSoundCatalogItem

    Markdown
    interface HostSoundCatalogItem {
        contentType: string;
        name: string;
        originProjectId: string;
        ref: string;
        size: number;
        updatedAt: string;
    }
    Index
    contentType: string
    name: string
    originProjectId: string
    ref: string
    size: number
    updatedAt: string