UNPKG

scheunemann-interfaces

Version:
8 lines (7 loc) 239 B
import { IEvolutionMessageKeyResponse } from './i-message-key'; export interface IEvolutionMessageResponse { key: IEvolutionMessageKeyResponse | null; message: any; messageTimestamp: string | null; status: string | null; }