brevis/src/types.ts

5 lines
73 B
TypeScript
Raw Normal View History

2021-04-12 21:34:44 +00:00
export type Shorten = {
id: number
url: string
slug: string
}