Explorar el Código

feat(types): 分享链接时间

vian hace 4 años
padre
commit
1cf79a9124
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      types/src/interface/share.ts

+ 2 - 0
types/src/interface/share.ts

@@ -97,4 +97,6 @@ export interface IShareLink {
   compilationID: string;
   compilationID: string;
   // 创建链接的人ID
   // 创建链接的人ID
   creator: string;
   creator: string;
+  // 分享时间
+  shareDate: number;
 }
 }