mirror of
https://github.com/tcsenpai/timecapsule.git
synced 2025-06-04 10:20:20 +00:00
8 lines
142 B
TypeScript
8 lines
142 B
TypeScript
export default interface timeKey {
|
|
time: {
|
|
day: number;
|
|
month: number;
|
|
year: number;
|
|
}
|
|
password: string;
|
|
} |