Skip to content

GetResult

type GetResult<Schema> = BaseResult & object;

Result of the Get command.

item:
| EntitySchema<Schema>
| undefined;

Schema extends ZodObject

The Zod schema defining the structure of the entity.