mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-07-31 16:11:51 +00:00
Allowed to dynamically determine how short URL suggestions are calculated
This commit is contained in:
@@ -17,12 +17,11 @@ interface RealTimeUpdatesSettings {
|
||||
interval?: number;
|
||||
}
|
||||
|
||||
type TagFilteringMode = 'startsWith' | 'includes';
|
||||
export type TagFilteringMode = 'startsWith' | 'includes';
|
||||
|
||||
export interface ShortUrlCreationSettings {
|
||||
validateUrls: boolean;
|
||||
tagFilteringMode?: TagFilteringMode;
|
||||
maxTagSuggestions?: number;
|
||||
tagFilteringMode?: TagFilteringMode
|
||||
}
|
||||
|
||||
export interface UiSettings {
|
||||
|
||||
Reference in New Issue
Block a user