UNPKG

@venly/venly-core-sdk

Version:

Javascrip/Typescript SDK for Venly's Web3 Services

28 lines 556 B
/** * */ export declare class VyTypeValueDto { /** * The type of media. Possible values are: `video | audio | image` * @type {string} */ type?: string; /** * The URL of the media file * @type {string} */ value?: string; constructor(initializer?: VyTypeValueDto); } /** * */ export declare class VyTransactionHashResultDto { /** * * @type {string} */ transactionHash?: string; constructor(initializer?: VyTransactionHashResultDto); } //# sourceMappingURL=VyModels.Shared.generated.d.ts.map