UNPKG

@bitblit/ratchet-misc

Version:

Ratchet miscellaneous tooling that requires smallish dependant libraries

8 lines (7 loc) 379 B
export interface SendTestSms { phoneNumber?: string; } export declare function instanceOfSendTestSms(value: object): boolean; export declare function SendTestSmsFromJSON(json: any): SendTestSms; export declare function SendTestSmsFromJSONTyped(json: any, ignoreDiscriminator: boolean): SendTestSms; export declare function SendTestSmsToJSON(value?: SendTestSms | null): any;