chore: Remove redundant IActionOutput type import

This commit is contained in:
Faruk AYDIN
2022-10-28 01:12:20 +02:00
parent 8e0553147b
commit 796121acfc
@@ -1,4 +1,4 @@
import { IGlobalVariable, IActionOutput } from '@automatisch/types';
import { IGlobalVariable } from '@automatisch/types';
type FindMessageOptions = {
query: string;