mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-14 11:33:51 +00:00
Added support for title field in short URL table
This commit is contained in:
@@ -23,6 +23,7 @@ export interface ShortUrl {
|
||||
meta: Required<Nullable<ShortUrlMeta>>;
|
||||
tags: string[];
|
||||
domain: string | null;
|
||||
title?: string | null;
|
||||
}
|
||||
|
||||
export interface ShortUrlMeta {
|
||||
|
||||
Reference in New Issue
Block a user