Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/code100x/cms
/ DurationMetaData
Interface
DurationMetaData
src/scripts/data.ts:1–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
interface
DurationMetaData {
2
id: number;
3
duration: number | string;
4
}
5
6
export
const
durationMetaData: DurationMetaData[] = [];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected