Type alias ASSFile

ASSFile: {
    aegisubProjectGarbage: SectionProjectGarbage;
    events: SectionEvents;
    extraData: SectionExtraData;
    fonts: SectionFonts;
    graphics: SectionGraphics;
    scriptInfo: SectionScriptInfo;
    styles: SectionStyles;
}

Type declaration