gtfs-sqljs
    Preparing search index...

    Interface TranslatedString

    interface TranslatedString {
        translation: { language?: string; text: string }[];
    }
    Index

    Properties

    Properties

    translation: { language?: string; text: string }[]