export interface Type { readonly Category: string; readonly Name: string; }