chore: Remove redundant IActionOutput type import

This commit is contained in:
Faruk AYDIN
2022-10-28 00:35:54 +02:00
parent 8e0553147b
commit 796121acfc

View File

@@ -1,4 +1,4 @@
import { IGlobalVariable, IActionOutput } from '@automatisch/types';
import { IGlobalVariable } from '@automatisch/types';
type FindMessageOptions = {
query: string;