2
0

🐛 (anthropic) Fix turn into other blocks

Closes #1356
This commit is contained in:
Baptiste Arnaud
2024-03-15 14:17:06 +01:00
parent cf739000b5
commit 1202f09802
7 changed files with 40 additions and 9 deletions

View File

@ -38,7 +38,7 @@ export type TurnableIntoParam<T = {}> = {
/**
* If defined will be used to convert the existing block options into the new block options.
*/
customMapping?: (options: T) => any
transform?: (options: T) => any
}
export type ActionDefinition<