5 lines
65 B
TypeScript
5 lines
65 B
TypeScript
export type TimeInfo = {
|
|
now: string;
|
|
uptime: bigint;
|
|
};
|