interface Yaml {
    contents: StrYaml[];
    section: string;
}

Properties

Properties

contents: StrYaml[]
section: string