Update API Types #154
update-api-types.yml
on: schedule
update-api-types
56s
Annotations
10 errors
update-api-types
Type '{ connectionString: string | null; id: string; name: string; region: string; projectId: string; type: "remoteDatabase"; workspaceId: string; }' is not assignable to type 'NewRemoteDatabase'.
|
update-api-types
Type 'string | null' is not assignable to type 'string'.
|
update-api-types
Type '{ connectionString: string | null; id: string; name: string; projectId: string; region: string; type: "remoteDatabase"; workspaceId: string; }' is not assignable to type 'NewRemoteDatabase'.
|
update-api-types
'database' is possibly 'null'.
|
update-api-types
'database' is possibly 'null'.
|
update-api-types
'database' is possibly 'null'.
|
update-api-types
'database' is possibly 'null'.
|
update-api-types
'database' is possibly 'null'.
|
update-api-types
'database' is possibly 'null'.
|
update-api-types
Type 'string | null' is not assignable to type 'string'.
|