Skip to content

Commit

Permalink
fix: topic can be any not only string (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrolland committed May 20, 2020
1 parent 66d97e0 commit 8d8b601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/src/client-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface ICreateRequestParameters {
requestInfo: RequestLogic.ICreateParameters | IRequestInfo;
signer: Identity.IIdentity;
paymentNetwork?: Payment.IPaymentNetworkCreateParameters;
topics?: string[];
topics?: any[];
contentData?: any;
disablePaymentDetection?: boolean;
}
Expand Down

0 comments on commit 8d8b601

Please sign in to comment.