import type * as Merge from "../../../index"; export interface CommonModelScopeApi { /** The common models you want to update the scopes for */ commonModels: Merge.crm.IndividualCommonModelScopeDeserializer[]; }