Type alias QueryStreamOptions

QueryStreamOptions: Flatten<Omit<QueryAllOptions, "limit"> & {
    pageSize?: number;
}>

Generated using TypeDoc