Skip to content

BatchGetConfig

type BatchGetConfig<Schema> = BaseConfig & object;
optional consistent: boolean;
keys: Partial<EntitySchema<Schema>>[];

Schema extends ZodObject