UNPKG

flexiblepersistence

Version:
9 lines 252 B
import { Operation } from './operation'; import { SubType } from './subType'; import { Type } from './type'; export type FullOperation = { operation?: Operation; type?: Type; subType?: SubType; }; //# sourceMappingURL=fullOperation.d.ts.map