UpsertResult: {
    created: boolean;
    errors: Error[];
    fullName: string;
    success: boolean;
}

Type declaration

  • created: boolean
  • errors: Error[]
  • fullName: string
  • success: boolean