Skip to content

Commit

Permalink
Update packages/consumption/src/modules/attributes/local/CreateShared…
Browse files Browse the repository at this point in the history
…LocalAttributeCopyParams.ts

Co-authored-by: Magnus Kuhn <[email protected]>
  • Loading branch information
sebbi08 and Magnus-Kuhn authored Sep 30, 2024
1 parent c6ecf51 commit f499978
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class CreateSharedLocalAttributeCopyParams extends Serializable implement

@serialize()
@validate({ nullable: true })
public thirdPartyAddress: CoreAddress;
public thirdPartyAddress?: CoreAddress;

public static from(value: ICreateSharedLocalAttributeCopyParams | CreateSharedLocalAttributeCopyParamsJSON): CreateSharedLocalAttributeCopyParams {
return this.fromAny(value);
Expand Down

0 comments on commit f499978

Please sign in to comment.