import { IContact } from '../../entities/contact.entity'; export default class ContactApi { static postContact: (contact: IContact) => Promise>; }