API reference › @evolu/common › Time › DurationLiteralMilliseconds
const DurationLiteralMilliseconds: union(
templateLiteral(Digit1To9, "ms"),
templateLiteral(Digit1To9, Digit, "ms"),
templateLiteral(Digit1To9, Digit, Digit, "ms"),
);
Defined in: packages/common/src/Time.ts:422
Milliseconds duration: "1ms" to "999ms". See DurationLiteral.