/** Field association for example PROJECT_ID. */
export interface AssociationContextObject {
  identifier?: {};
  type: string;
}
