feat: add gpu options

This commit is contained in:
BennyKok
2024-01-11 21:57:30 +08:00
parent 6e3b7f0435
commit 29bf7636b1
10 changed files with 792 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
import { z } from "zod";
export const AccessType = z.object({
betaFeaturesAccess: z.boolean().default(false),
});