mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-09 18:29:39 +00:00
run formatter
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import z from "zod";
|
||||
import z from "zod"
|
||||
|
||||
export namespace Provider {
|
||||
export const Model = z
|
||||
@@ -18,8 +18,8 @@ export namespace Provider {
|
||||
})
|
||||
.openapi({
|
||||
ref: "Provider.Model",
|
||||
});
|
||||
export type Model = z.output<typeof Model>;
|
||||
})
|
||||
export type Model = z.output<typeof Model>
|
||||
|
||||
export const Info = z
|
||||
.object({
|
||||
@@ -30,6 +30,6 @@ export namespace Provider {
|
||||
})
|
||||
.openapi({
|
||||
ref: "Provider.Info",
|
||||
});
|
||||
export type Info = z.output<typeof Info>;
|
||||
})
|
||||
export type Info = z.output<typeof Info>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user