headplane/app/types/Key.ts
2025-01-06 08:19:40 +05:30

8 lines
109 B
TypeScript

export type Key = {
id: string;
prefix: string;
expiration: string;
createdAt: Date;
lastSeen: Date;
};