UNPKG

@bitblit/ratchet-misc

Version:

Ratchet miscellaneous tooling that requires smallish dependant libraries

10 lines (9 loc) 578 B
export interface GetChildInfoAllOfStatistics { previousMonthTotalSent?: number; currentMonthTotalSent?: number; totalSent?: number; } export declare function instanceOfGetChildInfoAllOfStatistics(value: object): boolean; export declare function GetChildInfoAllOfStatisticsFromJSON(json: any): GetChildInfoAllOfStatistics; export declare function GetChildInfoAllOfStatisticsFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetChildInfoAllOfStatistics; export declare function GetChildInfoAllOfStatisticsToJSON(value?: GetChildInfoAllOfStatistics | null): any;