taskana/web/src/app/models/orientation.ts

5 lines
77 B
TypeScript

export enum Orientation {
landscape = 'landscape',
portrait = 'portrait'
}