diff --git a/src/types.ts b/src/types.ts index 7782a64..3f30e9a 100644 --- a/src/types.ts +++ b/src/types.ts @@ -17,7 +17,6 @@ export type ETInput = | Float32Array | Float64Array; - export interface ExecutorchModule { error: string | null; isModelLoading: boolean; @@ -25,4 +24,4 @@ export interface ExecutorchModule { forward: (input: ETInput, shape: number[]) => Promise; loadMethod: (methodName: string) => Promise; loadForward: () => Promise; -} \ No newline at end of file +}