Юниверс DG SDK UI
v2.15.0

Псевдоним типа RelativeTimeSpecVal

RelativeTimeSpecVal:
    | string
    | (
        (
            n: number,
            withoutSuffix: boolean,
            key: RelativeTimeKey,
            isFuture: boolean,
        ) => string
    )