mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-14 03:23:49 +00:00
Added support to enable/disable validating the URL while it is created
This commit is contained in:
@@ -11,6 +11,7 @@ export interface ShortUrlData {
|
||||
validUntil?: m.Moment | string;
|
||||
maxVisits?: number;
|
||||
findIfExists?: boolean;
|
||||
validateUrl?: boolean;
|
||||
}
|
||||
|
||||
export interface ShortUrl {
|
||||
|
||||
Reference in New Issue
Block a user