Skip to content

Commit

Permalink
make isManaged optional
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoE105 committed Dec 27, 2024
1 parent 59f1d76 commit b2c1693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/test/integration/shared/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export type CredentialPayload = {
name: string;
type: string;
data: ICredentialDataDecryptedObject;
isManaged: boolean;
isManaged?: boolean;
};

export type SaveCredentialFunction = (
Expand Down

0 comments on commit b2c1693

Please sign in to comment.