Variable PermissionOwnSelectFieldsSchemaConst
PermissionOwnSelectFieldsSchema: ZodObject<
{
AccessTokenPermission: ZodOptional<ZodCoercedBoolean<unknown>>;
activity: ZodOptional<ZodCoercedBoolean<unknown>>;
activityId: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
roles: ZodOptional<ZodCoercedBoolean<unknown>>;
scope: ZodOptional<ZodCoercedBoolean<unknown>>;
scopeId: ZodOptional<ZodCoercedBoolean<unknown>>;
UserPermission: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...