@twinfinity/core
    Preparing search index...

    Interface AssetTypeGet

    interface AssetTypeGet {
        categoryId: string;
        createdBy: string;
        createdUtc: string;
        description?: null | string;
        etag: string;
        id: string;
        isDeleted: boolean;
        metadataSchema: Record<string, unknown>;
        modifiedBy: string;
        modifiedUtc: string;
        stringId: string;
        title: string;
        version: number;
    }
    Index

    Properties

    categoryId: string
    createdBy: string
    createdUtc: string
    description?: null | string
    etag: string
    id: string
    isDeleted: boolean

    Always present — see backend AssetTypeGet.IsDeleted JSDoc.

    metadataSchema: Record<string, unknown>
    modifiedBy: string
    modifiedUtc: string
    stringId: string
    title: string
    version: number

    Latest version pointer. Server-assigned, increments on every successful upsert.