export class ViewDescriptor {
    constructor(readonly id: string, readonly name: string, readonly title: string) {}
}
