bringapp
    Preparing search index...

    Type Alias GetDynamicEntityListOptions

    Represents the options for retrieving a dynamic entity list.

    Additional properties type

    type GetDynamicEntityListOptions = {
        cache?: "force-cache" | "no-store";
        customData?: { [key: string]: unknown };
        limit?: number;
        offset?: number;
        page?: number;
    }
    Index

    Properties

    cache?: "force-cache" | "no-store"

    The cache mode for the request.

    customData?: { [key: string]: unknown }

    Custom data to include in the request.

    limit?: number

    The maximum number of entities to retrieve.

    offset?: number

    The number of entities to skip.

    page?: number

    The page number to retrieve.