interface TimePerToken<T> {
    normalized: T;
    raw: T;
}

Type Parameters

Properties

Properties

normalized: T
raw: T