export interface ICreationContext { objectType?: string; collectionObjectType?: string; unitIdentifier?: string; isReadOnlyMode?: boolean; mode?: string; correctionComments?: string; editableFields?: any; index?: number; } //# sourceMappingURL=CreationContext.d.ts.map