We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d121025 commit 99bff2dCopy full SHA for 99bff2d
src/providers/bytez/types.ts
@@ -5,7 +5,6 @@ interface Model {
5
interface BytezResponse {
6
error: string;
7
output: Model[];
8
- // add other model properties as needed
9
}
10
11
export { Model, BytezResponse };
0 commit comments