mirror of
https://github.com/thaldrin/brevis.git
synced 2024-08-15 03:03:56 +00:00
update Shorten type
This commit is contained in:
parent
64f0ef9211
commit
60280bed33
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
export type Shorten = {
|
||||
id: number
|
||||
url: string
|
||||
slug: string
|
||||
slug: string,
|
||||
creator: string
|
||||
}
|
||||
|
||||
export type Key = {
|
||||
|
|
Loading…
Reference in a new issue