plugins/bst@asphyxia/models/utility/batch.ts
2021-03-30 18:55:18 +08:00

5 lines
137 B
TypeScript

import { ICollection } from "./definitions"
export interface IBatchResult extends ICollection<"bst.batchResult"> {
batchId: string
}