sObject: {
    Id?: string | null;
    fieldsToNull?: string[] | null;
    type: string;
}

Type declaration

  • Optional Id?: string | null
  • Optional fieldsToNull?: string[] | null
  • type: string