auth-db
    Preparing search index...

    Variable PermissionOwnIncludeSchemaJsonConst

    PermissionOwnIncludeSchemaJson: ZodPipe<
        ZodTransform<any, unknown>,
        ZodObject<
            {
                AccessTokenPermission: ZodOptional<ZodCoercedBoolean<unknown>>;
                activity: ZodOptional<ZodCoercedBoolean<unknown>>;
                roles: ZodOptional<ZodCoercedBoolean<unknown>>;
                scope: ZodOptional<ZodCoercedBoolean<unknown>>;
                UserPermission: ZodOptional<ZodCoercedBoolean<unknown>>;
            },
            $strip,
        >,
    > = ...