Skip to content

Commit 99bff2d

Browse files
committed
Remove comment from bytez types.
1 parent d121025 commit 99bff2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/providers/bytez/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ interface Model {
55
interface BytezResponse {
66
error: string;
77
output: Model[];
8-
// add other model properties as needed
98
}
109

1110
export { Model, BytezResponse };

0 commit comments

Comments
 (0)