Variable UserOwnIncludeSchemaJsonConst
UserOwnIncludeSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
AccessToken: ZodOptional<ZodCoercedBoolean<unknown>>;
permissions: ZodOptional<ZodCoercedBoolean<unknown>>;
sessions: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...