@bitblit/ratchet-misc
Version:
Ratchet miscellaneous tooling that requires smallish dependant libraries
10 lines (9 loc) • 691 B
TypeScript
export interface GetContactCampaignStatsTransacAttributesInner {
orderDate: Date;
orderPrice: number;
orderId: number;
}
export declare function instanceOfGetContactCampaignStatsTransacAttributesInner(value: object): boolean;
export declare function GetContactCampaignStatsTransacAttributesInnerFromJSON(json: any): GetContactCampaignStatsTransacAttributesInner;
export declare function GetContactCampaignStatsTransacAttributesInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetContactCampaignStatsTransacAttributesInner;
export declare function GetContactCampaignStatsTransacAttributesInnerToJSON(value?: GetContactCampaignStatsTransacAttributesInner | null): any;