fix: no overloading

This commit is contained in:
Apoorv Mishra
2023-07-25 08:51:34 +05:30
parent 2a17e0cbf6
commit 03ebca2f0c
2 changed files with 10 additions and 20 deletions

View File

@@ -225,10 +225,5 @@ export type Unfurl<T = OEmbedType> = {
meta?: Record<string, string>;
};
export type IframelyErrorResponse = {
status: number;
error: string;
};
// eslint-disable-next-line @typescript-eslint/no-explicit-any
export type ProsemirrorData = Record<string, any>;