@@ -245,8 +245,8 @@ export class Project extends HeyApiClient {
directory?: string
name?: string
icon?: {
- url: string
- color: string
+ url?: string
+ color?: string
}
},
options?: Options<never, ThrowOnError>,
@@ -24,8 +24,8 @@ export type Project = {
vcs?: "git"
time: {
created: number
@@ -1730,8 +1730,8 @@ export type ProjectUpdateData = {
body?: {
path: {