export interface Injectable {
  name: string;
  type: 'injectable';
  properties: Property[];
  methods: Method[];