MCPcopy
hub / github.com/williamngan/pts / ITimer

Interface ITimer

src/Types.ts:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 *Typescript interface: ITimer represents a time-recording object.
72 */
73export interface ITimer {
74 prev: number;
75 diff: number;
76 end: number;
77 min: number;
78}
79
80/**
81 * Typescript type: TouchPointsKey represents a set of acceptable string keys for defining touch action.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected