/** @group Enums */ export default interface DashDescriptor { schemaIdUri: string; id?: string; value?: string; }