mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-08 10:10:58 +00:00
chore: generate
This commit is contained in:
parent
a6a4350d10
commit
9f7bd0246c
1 changed files with 1 additions and 3 deletions
|
|
@ -72,7 +72,5 @@ const transform = (x: unknown): Record<string, Rule> => {
|
|||
return result
|
||||
}
|
||||
|
||||
export const Info = zod(InnerSchema)
|
||||
.transform(transform)
|
||||
.meta({ ref: "PermissionConfig" })
|
||||
export const Info = zod(InnerSchema).transform(transform).meta({ ref: "PermissionConfig" })
|
||||
export type Info = Record<string, Rule>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue