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