declare namespace Nextcloud.v23 {

    interface OC extends Nextcloud.v22.OC {

    }

    interface OCP extends Nextcloud.v22.OCP {

    }

    interface WindowWithGlobals extends Nextcloud.Common.DayMonthConstants, Window {

    }
}
