@venly/venly-core-sdk
Version:
Javascrip/Typescript SDK for Venly's Web3 Services
4 lines • 343 B
TypeScript
export declare function JsonConverter(target: Function): void;
export declare function JsonObject(converter?: any): (target: Function) => void;
export declare function JsonProperty(propertyName?: string, propertyType?: any, converterType?: any): (target: any, propertyKey: string) => void;
//# sourceMappingURL=json-convert-decorators.d.ts.map