BatchGetResult
type BatchGetResult<Schema> = BaseResult & object;Type Declaration
Section titled “Type Declaration”items: EntitySchema<Schema>[];unprocessedKeys?
Section titled “unprocessedKeys?”optional unprocessedKeys: Partial<EntitySchema<Schema>>[];Type Parameters
Section titled “Type Parameters”Schema
Section titled “Schema”Schema extends ZodObject