chore: generate
This commit is contained in:
@@ -72,7 +72,5 @@ const transform = (x: unknown): Record<string, Rule> => {
|
|||||||
return result
|
return result
|
||||||
}
|
}
|
||||||
|
|
||||||
export const Info = zod(InnerSchema)
|
export const Info = zod(InnerSchema).transform(transform).meta({ ref: "PermissionConfig" })
|
||||||
.transform(transform)
|
|
||||||
.meta({ ref: "PermissionConfig" })
|
|
||||||
export type Info = Record<string, Rule>
|
export type Info = Record<string, Rule>
|
||||||
|
|||||||
Reference in New Issue
Block a user