Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpoeti8 <ezzati.upt@gmail.com>2020-01-11 17:10:25 +0300
committerpoeti8 <ezzati.upt@gmail.com>2020-01-11 17:10:25 +0300
commitd1d335c8b145ca5606b6f6a0470d4bad901e73c1 (patch)
tree45eaabd9b9371a12c358c45797cca79e9d864e39 /global.d.ts
parent9ddc856bfdf9eb8e8846dea8da162eab52437804 (diff)
feat: (wip) api v3
Diffstat (limited to 'global.d.ts')
-rw-r--r--global.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/global.d.ts b/global.d.ts
index 31fb8bf..a7626e7 100644
--- a/global.d.ts
+++ b/global.d.ts
@@ -60,6 +60,7 @@ interface Link {
target: string;
updated_at: string;
user_id?: number;
+ uuid: string;
visit_count: number;
}