UNPKG

@seven.io/client

Version:
8 lines (7 loc) 211 B
import { Contact } from './types'; import { ApiPayload } from '../../lib/ApiPayload'; export default class ContactsUpsertPayload extends ApiPayload<Contact> { convert(): { [k: string]: any; }; }