interface ProjectInfo {
    name: undefined | string;
}

Properties

Properties

name: undefined | string