Type Alias ProjectInfo

ProjectInfo: Pick<ProjectSettings,
    | "name"
    | "projectColor"
    | "projectDescription"
    | "sendStats">