/** Identifier for a field for example FIELD_ID. */
export interface FieldIdentifierObject {
  identifier?: {};
  type: string;
}
