Interface TranslateOptions

interface TranslateOptions {
    count?: number;
    defaultValue?: any;
    defaults?: Dict[];
    missingBehavior?: string;
    scope?: Scope;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

count?: number
defaultValue?: any
defaults?: Dict[]
missingBehavior?: string
scope?: Scope

Generated using TypeDoc