@ffflorian/icanhazdadjoke
    Preparing search index...

    Interface SlackJokeResult

    interface SlackJokeResult {
        attachments: SlackAttachment[];
        response_type: string;
        username: string;
    }
    Index

    Properties

    attachments: SlackAttachment[]
    response_type: string
    username: string