mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-03 15:00:24 +00:00
wip: zen
This commit is contained in:
parent
3adeed8f97
commit
801e4a8a9d
3 changed files with 9 additions and 3 deletions
|
|
@ -21,6 +21,8 @@ export namespace ZenData {
|
|||
const RateLimitSchema = z.object({
|
||||
period: z.enum(["day", "rolling"]),
|
||||
value: z.number().int(),
|
||||
checkHeader: z.string().optional(),
|
||||
fallbackValue: z.number().int().optional(),
|
||||
})
|
||||
export type Format = z.infer<typeof FormatSchema>
|
||||
export type Trial = z.infer<typeof TrialSchema>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue