OpenFairyGUI API
    Preparing search index...

    Interface BackendProjectSessionStorage

    interface BackendProjectSessionStorage {
        canonicalPathKey?: string;
        canonicalProjectPath?: string;
        fairyPath: string;
        fileSystem: BackendFileSystem;
    }
    Index
    canonicalPathKey?: string
    canonicalProjectPath?: string
    fairyPath: string
    fileSystem: BackendFileSystem