UNPKG

@bitblit/ratchet-misc

Version:

Ratchet miscellaneous tooling that requires smallish dependant libraries

8 lines (7 loc) 421 B
export interface AddContactToList { emails?: Array<string>; } export declare function instanceOfAddContactToList(value: object): boolean; export declare function AddContactToListFromJSON(json: any): AddContactToList; export declare function AddContactToListFromJSONTyped(json: any, ignoreDiscriminator: boolean): AddContactToList; export declare function AddContactToListToJSON(value?: AddContactToList | null): any;