UNPKG

@bitblit/ratchet-misc

Version:

Ratchet miscellaneous tooling that requires smallish dependant libraries

11 lines (10 loc) 698 B
export interface GetExtendedContactDetailsAllOfStatisticsLinks { count: number; eventTime: Date; ip: string; url: string; } export declare function instanceOfGetExtendedContactDetailsAllOfStatisticsLinks(value: object): boolean; export declare function GetExtendedContactDetailsAllOfStatisticsLinksFromJSON(json: any): GetExtendedContactDetailsAllOfStatisticsLinks; export declare function GetExtendedContactDetailsAllOfStatisticsLinksFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetExtendedContactDetailsAllOfStatisticsLinks; export declare function GetExtendedContactDetailsAllOfStatisticsLinksToJSON(value?: GetExtendedContactDetailsAllOfStatisticsLinks | null): any;