import moment from "moment"; //#region src/SS12000/to/common.d.ts interface DivisionScope { id: string; start?: moment.MomentInput; end?: moment.MomentInput; } //#endregion export { DivisionScope }; //# sourceMappingURL=common.d.ts.map