aboutsummaryrefslogtreecommitdiff
path: root/webAO/viewport/interfaces/Position.ts
blob: dea7238e33127c7f4bcc2975eaeb7ba6c806d661 (plain)
1
2
3
4
5
6
7
import { Desk } from './Desk'

export interface Position {
    bg?: string;
    desk?: Desk;
    speedLines: string;
}