export interface NewProjectOptions {
    display: string;
    author: string;
}
