Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface TranslationKey

    interface TranslationKey {
        context?: string;
        defaultValue: string;
        key: string;
        maxLength?: number;
    }
    Index
    context?: string
    defaultValue: string
    key: string
    maxLength?: number