mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-12 10:33:49 +00:00
Created reusable component to have a short URL form
This commit is contained in:
@@ -5,6 +5,7 @@ export interface ShortUrlData {
|
||||
longUrl: string;
|
||||
tags?: string[];
|
||||
customSlug?: string;
|
||||
title?: string;
|
||||
shortCodeLength?: number;
|
||||
domain?: string;
|
||||
validSince?: m.Moment | string;
|
||||
|
||||
Reference in New Issue
Block a user