export interface GetValidProjectName {
  /** The project name. */
  name: string;
}
