From 60280bed331b761183e0825bb9dbf3bb1eb1ccf4 Mon Sep 17 00:00:00 2001 From: Lio Young Date: Tue, 13 Apr 2021 22:38:02 +0200 Subject: [PATCH] update Shorten type --- src/types.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index 4bc8368..abe87d8 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,7 +1,8 @@ export type Shorten = { id: number url: string - slug: string + slug: string, + creator: string } export type Key = {