Variable PermissionOwnIncludeSchemaConst
PermissionOwnIncludeSchema: ZodObject<
{
AccessTokenPermission: ZodOptional<ZodCoercedBoolean<unknown>>;
activity: ZodOptional<ZodCoercedBoolean<unknown>>;
roles: ZodOptional<ZodCoercedBoolean<unknown>>;
scope: ZodOptional<ZodCoercedBoolean<unknown>>;
UserPermission: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...