UNPKG

@bitblit/ratchet-misc

Version:

Ratchet miscellaneous tooling that requires smallish dependant libraries

10 lines (9 loc) 851 B
import type { GetExtendedContactDetailsAllOfStatisticsLinks } from './GetExtendedContactDetailsAllOfStatisticsLinks.js'; export interface GetExtendedContactDetailsAllOfStatisticsClicked { campaignId: number; links: Array<GetExtendedContactDetailsAllOfStatisticsLinks>; } export declare function instanceOfGetExtendedContactDetailsAllOfStatisticsClicked(value: object): boolean; export declare function GetExtendedContactDetailsAllOfStatisticsClickedFromJSON(json: any): GetExtendedContactDetailsAllOfStatisticsClicked; export declare function GetExtendedContactDetailsAllOfStatisticsClickedFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetExtendedContactDetailsAllOfStatisticsClicked; export declare function GetExtendedContactDetailsAllOfStatisticsClickedToJSON(value?: GetExtendedContactDetailsAllOfStatisticsClicked | null): any;