Skip to content

Commit

Permalink
Merge branch 'main' of github.com:CynToolkit/core
Browse files Browse the repository at this point in the history
  • Loading branch information
Armaldio committed Feb 5, 2025
2 parents e78c46b + 44ff9cf commit db0dcf0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -382,10 +382,14 @@ export type FileFolder =
| {
type: 'file'
name: string
parentPath: string
path: string
}
| {
type: 'folder'
name: string
parentPath: string
path: string
}

// ---
Expand Down

0 comments on commit db0dcf0

Please sign in to comment.