declare namespace Nextcloud.v22 {

    interface OC extends Nextcloud.v21.OC {

    }

    interface OCP extends Nextcloud.v21.OCP {

    }

    interface WindowWithGlobals extends Nextcloud.Common.DayMonthConstants, Window {

    }

}
