interface AutoPagingToArrayOptions {
    limit?: number;
}

Properties

Properties

limit?: number