Skip to content

Commit b254217

Browse files
authored
Update ServerFile.ts
Fixed typo in Interface
1 parent 21deddd commit b254217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/interfaces/ServerFile.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ export interface ServerFileAttributes {
4040

4141
export interface ServerFile {
4242
object: string;
43-
atributes: ServerFileAttributes;
43+
attributes: ServerFileAttributes;
4444
}

0 commit comments

Comments
 (0)