SW Combine SDK
    Preparing search index...

    Interface ListTypesClassesOptions<T>

    interface ListTypesClassesOptions<T extends TypesEntityType = TypesEntityType> {
        entityType: T;
        item_count?: number;
        pageDelay?: number;
        start_index?: number;
    }

    Type Parameters

    Index

    Properties

    entityType: T
    item_count?: number
    pageDelay?: number

    Milliseconds to wait before fetching each subsequent page. Helps avoid rate limits during auto-pagination.

    start_index?: number