@ffflorian/icanhazdadjoke
    Preparing search index...

    Interface JokeResult

    interface JokeResult {
        id: string;
        joke: string;
        status: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string
    joke: string
    status: number