interface ProjectContentType {
    displayName: string;
    name: string;
}

Properties

Properties

displayName: string
name: string