/** * @author Thomas Kleinke * @author Daniel de Oliveira */ export interface ViewDefinition { name: string; label: string; operationSubtype: string; }