interface ProjectDocument {
    displayName: string;
    path: string;
}

Properties

Properties

displayName: string
path: string