Mayson Monorepo Documentation
    Preparing search index...

    Interface SetLanguageResponse

    Response from setting language preference

    interface SetLanguageResponse {
        language: LanguageCode;
        message: string;
    }
    Index

    Properties

    Properties

    language: LanguageCode
    message: string