UNPKG

@bitblit/ratchet-misc

Version:

Ratchet miscellaneous tooling that requires smallish dependant libraries

9 lines (8 loc) 463 B
export interface SendSmtpEmailReplyTo { email: string; name?: string; } export declare function instanceOfSendSmtpEmailReplyTo(value: object): boolean; export declare function SendSmtpEmailReplyToFromJSON(json: any): SendSmtpEmailReplyTo; export declare function SendSmtpEmailReplyToFromJSONTyped(json: any, ignoreDiscriminator: boolean): SendSmtpEmailReplyTo; export declare function SendSmtpEmailReplyToToJSON(value?: SendSmtpEmailReplyTo | null): any;