update Shorten type

This commit is contained in:
Lio Young 2021-04-13 22:38:02 +02:00
parent 64f0ef9211
commit 60280bed33
No known key found for this signature in database
GPG key ID: 789795A11879E169

View file

@ -1,7 +1,8 @@
export type Shorten = {
id: number
url: string
slug: string
slug: string,
creator: string
}
export type Key = {