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
1 changed files with 2 additions and 1 deletions

View File

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