Documentation
    Preparing search index...

    Type Alias KioskPaginationArguments

    type KioskPaginationArguments = {
        cursor?: string | null;
        limit?: number | null;
    }
    Index

    Properties

    Properties

    cursor?: string | null
    limit?: number | null