declare namespace Nextcloud.v29 {

	interface OC extends Nextcloud.v28.OC {
		// Nothing changed
	}

	interface OCP extends Nextcloud.v28.OCP {
		// Nothing changed
	}

	interface WindowWithGlobals extends Nextcloud.v28.WindowWithGlobals {

	}
}
