export interface INamed {
  readonly name: string;
}
