PromucFlow_constructor/app/client/src/entities/Tour/index.ts
2021-05-20 17:33:08 +05:30

4 lines
60 B
TypeScript

export enum TourType {
COMMENTS_TOUR = "COMMENTS_TOUR",
}