UNPKG

@bitblit/ratchet-misc

Version:

Ratchet miscellaneous tooling that requires smallish dependant libraries

10 lines (9 loc) 474 B
export interface DeleteHardbounces { startDate?: string; endDate?: string; contactEmail?: string; } export declare function instanceOfDeleteHardbounces(value: object): boolean; export declare function DeleteHardbouncesFromJSON(json: any): DeleteHardbounces; export declare function DeleteHardbouncesFromJSONTyped(json: any, ignoreDiscriminator: boolean): DeleteHardbounces; export declare function DeleteHardbouncesToJSON(value?: DeleteHardbounces | null): any;