BasePaginatable
type BasePaginatable<Output, Schema> = object;Type Parameters
Section titled “Type Parameters”Output
Section titled “Output”Output
Schema
Section titled “Schema”Schema extends ZodObject
Methods
Section titled “Methods”executePaginated()
Section titled “executePaginated()”executePaginated(entity): AsyncGenerator<Output, void, unknown>;Parameters
Section titled “Parameters”entity
Section titled “entity”DynamoEntity<Schema>
Returns
Section titled “Returns”AsyncGenerator<Output, void, unknown>