Type Alias ServerStatus

ServerStatus:
    | "sent"
    | "delivered"
    | "read"
    | "failed"