brevis/src/types.ts

13 lines
185 B
TypeScript

export type Shorten = {
id: number
url: string
slug: string,
creator: string
}
export type Key = {
id: string
key: string
owner: string
reason: string
}