@twinfinity/core
    Preparing search index...

    Interface AssetCategoryGet

    interface AssetCategoryGet {
        createdBy: string;
        createdUtc: string;
        description?: null | string;
        etag: string;
        id: string;
        isDeleted: boolean;
        modifiedBy: string;
        modifiedUtc: string;
        stringId: string;
        title: string;
        version: number;
    }
    Index

    Properties

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

    Always present — see backend AssetCategoryGet.IsDeleted JSDoc.

    modifiedBy: string
    modifiedUtc: string
    stringId: string
    title: string
    version: number

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