Skip to content

GetConfig

type GetConfig<Schema> = BaseConfig & object;

Configuration for the Get command.

optional consistent: boolean;
key: Partial<EntitySchema<Schema>>;

Schema extends ZodObject

The Zod schema defining the structure of the entity.