import type * as Merge from "../../../index"; export interface RemoteFieldClass { id?: string; displayName?: string; remoteKeyName?: string; description?: string; isCustom?: boolean; isCommonModelField?: boolean; isRequired?: boolean; fieldType?: Merge.accounting.FieldTypeEnum; fieldFormat?: Merge.accounting.FieldFormatEnum; fieldChoices?: string[]; itemSchema?: Merge.accounting.ItemSchema; }