brevis/src/types.ts

12 lines
164 B
TypeScript
Raw Normal View History

2021-04-12 21:34:44 +00:00
export type Shorten = {
id: number
url: string
slug: string
2021-04-13 11:11:41 +00:00
}
export type Key = {
id: string
key: string
owner: string
reason: string
2021-04-12 21:34:44 +00:00
}