Pokedex
    Preparing search index...
    TranslationResponse: {
        contents: { text: string; translated: string; translation: string };
        success: { total: number };
    }

    Type definition for translation response data, inferred from the Zod schema

    Type Declaration

    • contents: { text: string; translated: string; translation: string }
    • success: { total: number }