Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
bnechyporenko
2024-09-10 21:56:52 +02:00
committed by blam
parent 42b3a4c106
commit 4af9665faf
-8
View File
@@ -135,14 +135,6 @@ export function createDebugLogAction(): TemplateAction_2<
JsonObject
>;
// @public
export function createFailAction(): TemplateAction_2<
{
timesToFail: number;
},
JsonObject
>;
// @public
export function createFetchCatalogEntityAction(options: {
catalogClient: CatalogApi;