We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21deddd commit b254217Copy full SHA for b254217
src/client/interfaces/ServerFile.ts
@@ -40,5 +40,5 @@ export interface ServerFileAttributes {
40
41
export interface ServerFile {
42
object: string;
43
- atributes: ServerFileAttributes;
+ attributes: ServerFileAttributes;
44
}
0 commit comments