declare namespace Nextcloud.v21 {

    interface OC extends Nextcloud.v20.OC {

    }

    interface OCP extends Nextcloud.v20.OCP {

    }

    interface WindowWithGlobals extends Nextcloud.Common.DayMonthConstants, Window {

    }

}
