@ffflorian/icanhazdadjoke
    Preparing search index...

    Interface JokeResultWithImage

    interface JokeResultWithImage {
        id: string;
        image: Buffer;
        joke: string;
        status: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string
    image: Buffer
    joke: string
    status: number