/** * */ 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