Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmatthewnguyen105 committed Dec 13, 2023
1 parent 6859afe commit e5de9df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/_node/file/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ export type TFileApiPayload = TFileApiPayloadBase &
| { action: Exclude<TFileActionType, "remove">; uids?: never }
);

export type TZipFileInfo = {
path: string;
zip: JSZip | null | undefined;
};

// --------------------
export type TFile = {
uid: TNodeUid;
content: string;
};

export type TZipFileInfo = {
path: string;
zip: JSZip | null | undefined;
};

0 comments on commit e5de9df

Please sign in to comment.