Interface WithT<Ns>

interface WithT<Ns> {
    t: TFunction<Ns, undefined>;
}

Type Parameters

Properties

t

Properties

t: TFunction<Ns, undefined>