Type alias TFunctionDetailedResult<T>

TFunctionDetailedResult<T>: {
    exactUsedKey: string;
    res: T;
    usedKey: string;
    usedLng: string;
    usedNS: string;
}

Type Parameters

  • T = string

Type declaration

  • exactUsedKey: string

    The key with context / plural

  • res: T

    The translation result.

  • usedKey: string

    The plain used key

  • usedLng: string

    The used language for this translation.

  • usedNS: string

    The used namespace for this translation.

Generated using TypeDoc