@bitblit/ratchet-misc
Version:
Ratchet miscellaneous tooling that requires smallish dependant libraries
11 lines (10 loc) • 713 B
TypeScript
export interface GetExtendedContactDetailsAllOfStatisticsOpened {
campaignId: number;
count: number;
eventTime: Date;
ip: string;
}
export declare function instanceOfGetExtendedContactDetailsAllOfStatisticsOpened(value: object): boolean;
export declare function GetExtendedContactDetailsAllOfStatisticsOpenedFromJSON(json: any): GetExtendedContactDetailsAllOfStatisticsOpened;
export declare function GetExtendedContactDetailsAllOfStatisticsOpenedFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetExtendedContactDetailsAllOfStatisticsOpened;
export declare function GetExtendedContactDetailsAllOfStatisticsOpenedToJSON(value?: GetExtendedContactDetailsAllOfStatisticsOpened | null): any;