From b25421727b072e4801c68fe100d08697eec80788 Mon Sep 17 00:00:00 2001 From: Adam <63557993+OceanTechnic@users.noreply.github.com> Date: Sat, 1 Jul 2023 14:16:30 +0200 Subject: [PATCH] Update ServerFile.ts Fixed typo in Interface --- src/client/interfaces/ServerFile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/interfaces/ServerFile.ts b/src/client/interfaces/ServerFile.ts index 650bdeb4..7a51a176 100644 --- a/src/client/interfaces/ServerFile.ts +++ b/src/client/interfaces/ServerFile.ts @@ -40,5 +40,5 @@ export interface ServerFileAttributes { export interface ServerFile { object: string; - atributes: ServerFileAttributes; + attributes: ServerFileAttributes; }