bringapp
    Preparing search index...

    Type Alias GetDynamicEntityPropsOptions

    Represents the options for retrieving dynamic entity properties.

    Additional properties type

    type GetDynamicEntityPropsOptions = {
        cache?: "force-cache" | "no-store";
        customData?: { [key: string]: unknown };
    }
    Index

    Properties

    Properties

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

    The cache mode for the request.

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

    Custom data to include in the request.