Type Alias MtcuteI18nAdapter<Input>

MtcuteI18nAdapter: (obj: Input) => string | null | undefined

Translation "adapter".

Used to extract language from Input object.

Type Parameters

  • Input

Type declaration

    • (obj: Input): string | null | undefined
    • Parameters

      Returns string | null | undefined