@ffflorian/icanhazdadjoke
    Preparing search index...

    Interface GraphQLJokeResult

    interface GraphQLJokeResult {
        id: string;
        joke: string;
        permalink: string;
    }
    Index

    Properties

    Properties

    id: string
    joke: string
    permalink: string