BatchSaveResult: {
    Valid: boolean;
    error: string;
}

The result of a batch save operation.

Type declaration

  • Valid: boolean

    Boolean flag to indicate if the save was successful.

  • error: string

    Error message if the save was not successful.

Generated using TypeDoc