interface EditorStructure {
    storageLocation: string;
    structure: Structure;
    tags: string[];
}

Properties

storageLocation: string
structure: Structure
tags: string[]