Type Alias OpportunitiesCFResponseSchema

OpportunitiesCFResponseSchema: {
    id: string;
    fieldValue: string | object | string[] | object[];
}

Type declaration

  • id: string
  • fieldValue: string | object | string[] | object[]