auth-db
    Preparing search index...

    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,
    > = ...