Mayson Monorepo Documentation
    Preparing search index...

    Interface GetLanguageResponse

    Response from getting language preference

    interface GetLanguageResponse {
        languages: LanguageInfo[];
        current: LanguageCode;
    }
    Index

    Properties

    Properties

    languages: LanguageInfo[]

    List of available languages

    current: LanguageCode

    Current language code