mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-22 18:04:43 -05:00
5 lines
137 B
TypeScript
5 lines
137 B
TypeScript
import { ICollection } from "./definitions"
|
|
|
|
export interface IBatchResult extends ICollection<"bst.batchResult"> {
|
|
batchId: string
|
|
} |