UNPKG

@bitblit/ratchet-misc

Version:

Ratchet miscellaneous tooling that requires smallish dependant libraries

9 lines (8 loc) 509 B
export interface GetChildInfoAllOfCredits { emailCredits?: number; smsCredits?: number; } export declare function instanceOfGetChildInfoAllOfCredits(value: object): boolean; export declare function GetChildInfoAllOfCreditsFromJSON(json: any): GetChildInfoAllOfCredits; export declare function GetChildInfoAllOfCreditsFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetChildInfoAllOfCredits; export declare function GetChildInfoAllOfCreditsToJSON(value?: GetChildInfoAllOfCredits | null): any;