Interface SimpleLibrary

interface SimpleLibrary {
    public: boolean;
    root: Cell;
}

Properties

Properties

public: boolean
root: Cell