aboutsummaryrefslogtreecommitdiff
path: root/webAO/viewport/interfaces/Testimony.ts
blob: f51a3dd2d8321185c83dd703a4dafb507d7749e8 (plain)
1
2
3
export interface Testimony {
  [key: number]: string;
}