Skip to content

Commit

Permalink
Make compositionRef optional in types
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed Sep 19, 2023
1 parent 9bc7eb7 commit 18e1365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/frontend/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export type ManagedResourceExtended = ManagedResource & {
export type CompositeResource = K8sResource & {
spec: {
claimRef?: Reference
compositionRef: Reference
compositionRef?: Reference
resourceRefs: Reference[]
}
status?: Status
Expand Down

0 comments on commit 18e1365

Please sign in to comment.