This commit is contained in:
LASTA_DEV01\lasta
2026-06-24 17:52:59 +09:00

View File

@@ -94,7 +94,7 @@ export const extractorModelsResponseSchema = z.object({
z
.object({
id: z.string(),
owned_by: z.string().optional(),
owned_by: z.string().nullish(),
})
.passthrough(),
)