zendesk-messaging-client
    Preparing search index...

    Type Alias ContentReadable

    ContentReadable:
        | { type: "text" } & TextMessageReadable
        | { type: "carousel" } & CarouselMessageReadable
        | { type: "file" } & FileMessageReadable
        | { type: "form" } & FormMessageReadable
        | { type: "formResponse" } & FormResponseMessageReadable
        | { type: "image" } & ImageMessageReadable
        | { type: "list" } & ListMessage
        | { type: "location" } & LocationMessageReadable
        | { type: "template" } & TemplateMessage