SW Combine SDK
    Preparing search index...

    Interface ListTypesEntitiesOptions<T>

    interface ListTypesEntitiesOptions<T extends TypesEntityType = TypesEntityType> {
        class?: string;
        entityType: T;
        item_count?: number;
        start_index?: number;
    }

    Type Parameters

    Index

    Properties

    class?: string
    entityType: T
    item_count?: number
    start_index?: number