interface BatchInboxFetcherOptions {
    fetchLimit?: number;
    maxPageSize?: number;
    user?: {
        authenticationKey: string;
        identifier: string;
    };
}

Properties

fetchLimit?: number
maxPageSize?: number
user?: {
    authenticationKey: string;
    identifier: string;
}