import type * as Merge from "../../../index"; /** * The level of access a User has to the Collection and its sub-objects. * * * `PRIVATE` - PRIVATE * * `COMPANY` - COMPANY * * `PUBLIC` - PUBLIC * * `PARENT_COLLECTION` - PARENT_COLLECTION */ export type CollectionAccessLevel = Merge.ticketing.CollectionAccessLevelEnum | string;