Type alias SectionProjectGarbage

SectionProjectGarbage: {
    comments: string[];
    properties: Map<string, string>;
}

Type declaration

  • comments: string[]
  • properties: Map<string, string>