time chart int
This commit is contained in:
@@ -17,6 +17,7 @@ interface ProjectData {
|
||||
// 定义 ShortUrl 数据类型
|
||||
export interface ShortUrlData {
|
||||
id: string;
|
||||
externalId: string;
|
||||
slug: string;
|
||||
originalUrl: string;
|
||||
title?: string;
|
||||
|
||||
Reference in New Issue
Block a user