@twinfinity/core
    Preparing search index...

    Interface T8ClientPropertySetDTO

    interface T8ClientPropertySetDTO {
        name: number;
        properties: T8ClientPropertyDTO[];
        propertySets: TypedArray;
    }
    Index

    Properties

    name: number
    properties: T8ClientPropertyDTO[]
    propertySets: TypedArray