interface ProjectDto {
    content: ProjectContent;
    metadata: ProjectMetadataDto;
}

Properties

Properties

Generated using TypeDoc