fix: Adjust action item of slack post message
This commit is contained in:
4
packages/types/index.d.ts
vendored
4
packages/types/index.d.ts
vendored
@@ -223,9 +223,7 @@ export interface IActionOutput {
|
||||
}
|
||||
|
||||
export interface IActionItem {
|
||||
raw: {
|
||||
data?: IJSONObject;
|
||||
};
|
||||
raw: IJSONObject;
|
||||
}
|
||||
|
||||
export interface IAction {
|
||||
|
Reference in New Issue
Block a user