UNPKG

videomail-client

Version:

A wicked npm package to record videos directly in the browser, wohooo!

7 lines (6 loc) 197 B
import { EmailAddress } from "./EmailAddress"; interface DeliveryReport { userKey: string | false; } type DeliveryRecord = Record<EmailAddress, DeliveryReport>; export type { DeliveryRecord };