brevis/src/types.ts

13 lines
185 B
TypeScript
Raw Permalink Normal View History

2021-04-12 21:34:44 +00:00
export type Shorten = {
id: number
url: string
2021-04-13 20:38:02 +00:00
slug: string,
creator: 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
}