pos-be/src/core/modules/infrastructure/dto/base-change-position.dto.ts

5 lines
67 B
TypeScript

export class ChangePositionDto {
start: string;
end: string;
}