Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ulixee
GitHub Repository: ulixee/secret-agent
Path: blob/main/interfaces/GenericTypes.ts
1028 views
1
export type CommandId = number;
2
export type ISOTimestamp = string;
3
export type UnixTimestamp = number;
4
5