diff options
Diffstat (limited to 'Timeline/ClientApp/src/app/utilities')
-rw-r--r-- | Timeline/ClientApp/src/app/utilities/type.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Timeline/ClientApp/src/app/utilities/type.ts b/Timeline/ClientApp/src/app/utilities/type.ts deleted file mode 100644 index 8df9bf0f..00000000 --- a/Timeline/ClientApp/src/app/utilities/type.ts +++ /dev/null @@ -1 +0,0 @@ -export type ExcludeKey<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>; |