Variable RolePermissionsOwnProjectionConst
RolePermissionsOwnProjection: ZodObject<
{
createdAt: ZodOptional<ZodCoercedBoolean<unknown>>;
deletedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
permissionId: ZodOptional<ZodCoercedBoolean<unknown>>;
roleId: ZodOptional<ZodCoercedBoolean<unknown>>;
updatedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...