Type alias CustomMetadataValue

CustomMetadataValue: {
    field: string;
    value?: any | null;
}

Type declaration

  • field: string
  • Optional value?: any | null