aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/types/link.type.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/types/link.type.ts')
-rw-r--r--client/src/types/link.type.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/types/link.type.ts b/client/src/types/link.type.ts
new file mode 100644
index 000000000..b611ae3fa
--- /dev/null
+++ b/client/src/types/link.type.ts
@@ -0,0 +1 @@
export type LinkType = 'internal' | 'lazy-load' | 'external'