OpenFairyGUI API
    Preparing search index...

    Interface ProjectRootNotAllowedError

    interface ProjectRootNotAllowedError {
        code: "project_root_not_allowed";
        message: string;
        projectPath: string;
    }
    Index
    code: "project_root_not_allowed"
    message: string
    projectPath: string