type SendStatus = 'send failed' | 'sending' | 'sent'; export type { SendStatus };