aboutsummaryrefslogtreecommitdiff
path: root/webAO/viewport/interfaces/Desk.ts
blob: 2bcba96342fbd046f88993d410900af5e9436883 (plain)
1
2
3
4
export interface Desk {
  ao2?: string;
  ao1?: string;
}