import { RawValueSignature } from '@specifyapp/specify-design-token-format'; export const timeToStyleDictionary = (value: RawValueSignature<'duration'>) => `${value.value.resolveDeepValue().unwrapValue()}${value.unit.resolveDeepValue().unwrapValue()}`;