migrate
This commit is contained in:
10
public/scripts/slash-commands/SlashCommandClosureResult.js
Normal file
10
public/scripts/slash-commands/SlashCommandClosureResult.js
Normal file
@@ -0,0 +1,10 @@
|
||||
export class SlashCommandClosureResult {
|
||||
/**@type {boolean}*/ interrupt = false;
|
||||
/**@type {string}*/ pipe;
|
||||
/**@type {boolean}*/ isBreak = false;
|
||||
/**@type {boolean}*/ isAborted = false;
|
||||
/**@type {boolean}*/ isQuietlyAborted = false;
|
||||
/**@type {string}*/ abortReason;
|
||||
/**@type {boolean}*/ isError = false;
|
||||
/**@type {string}*/ errorMessage;
|
||||
}
|
Reference in New Issue
Block a user