Type alias NewProjectInfo

NewProjectInfo: {
    project: NewProjectSchema;
}

Type declaration