first commit
This commit is contained in:
commit
672f0deb6a
18 changed files with 1274 additions and 0 deletions
9
common/lib.ts
Normal file
9
common/lib.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
export interface LinkEntry {
|
||||
id: string;
|
||||
target: string;
|
||||
short: string;
|
||||
ogTitle?: string;
|
||||
ogDesc?: string;
|
||||
ogImage?: string;
|
||||
clicks: number;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue