interface ResolveResult {
    lang: string;
    str: string;
}

Properties

Properties

lang: string
str: string