feat: add logout and dropdown
This commit is contained in:
parent
3f65c7e610
commit
50bcfa9c04
7 changed files with 144 additions and 19 deletions
7
app/types/Key.ts
Normal file
7
app/types/Key.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export type Key = {
|
||||
id: string;
|
||||
prefix: string;
|
||||
expiration: string;
|
||||
createdAt: Date;
|
||||
lastSeen: Date;
|
||||
}
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
export * from './Key'
|
||||
export * from './Machine'
|
||||
export * from './Route'
|
||||
export * from './User'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue