Skip to content

Commit 3714985

Browse files
committed
Update listManagedResources.ts
1 parent 72979e7 commit 3714985

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/api/types/crossplane/listManagedResources.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export type ManagedResourcesResponse = [
99
name: string;
1010
creationTimestamp: string;
1111
};
12-
status: {
13-
conditions: [
12+
status?: {
13+
conditions?: [
1414
{
1515
type: 'Ready' | 'Synced' | unknown;
1616
status: 'True' | 'False';

0 commit comments

Comments
 (0)