server migration to TypeScript

This commit is contained in:
2022-01-30 00:53:08 +01:00
parent 7d745ec4cc
commit 9dcfade3fd
18 changed files with 346 additions and 133 deletions

View File

@@ -0,0 +1,7 @@
export interface IPayload {
url: string
params: Array<string> | string,
title?: string,
thumbnail?: string,
size?: string,
}

View File