chore: Update the config type thank you

This commit is contained in:
BluJ
2023-05-09 14:36:50 -06:00
parent 0ff462a744
commit 021c4d4503
4 changed files with 6 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ export namespace ExpectedExports {
}
}
export type actionMetaData = (options: {
export type actionsMetaData = (options: {
effects: Effects
}) => Promise<Array<ActionMetaData>>