export interface IMessageContact { type: string; number: string; id?: string; } //# sourceMappingURL=IMessageContact.d.ts.map