Skip to content

ManagementErrorDtoSchema

const ManagementErrorDtoSchema: ZodObject<{
  error: ZodString;
}, $strict>;

Defined in: schemas/actions.ts:78

Standard management error response body.