Skip to content

Commit

Permalink
add message move overwrite option
Browse files Browse the repository at this point in the history
  • Loading branch information
Armaldio committed Feb 5, 2025
1 parent efca644 commit 5d59320
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ export interface MessageMove extends MessageBase {
body: {
source: string
destination: string
overwrite: boolean
}
}
output: {
Expand Down

0 comments on commit 5d59320

Please sign in to comment.