5 lines
137 B
TypeScript
5 lines
137 B
TypeScript
import { ICollection } from "./definitions"
|
|
|
|
export interface IBatchResult extends ICollection<"bst.batchResult"> {
|
|
batchId: string
|
|
} |