chore: generate
This commit is contained in:
parent
942630eb4a
commit
02cb7e7b71
7 changed files with 14 additions and 46 deletions
|
|
@ -226,9 +226,5 @@ export const CachePolicyObject = Schema.Struct({
|
|||
})
|
||||
export type CachePolicyObject = Schema.Schema.Type<typeof CachePolicyObject>
|
||||
|
||||
export const CachePolicy = Schema.Union([
|
||||
Schema.Literal("auto"),
|
||||
Schema.Literal("none"),
|
||||
CachePolicyObject,
|
||||
])
|
||||
export const CachePolicy = Schema.Union([Schema.Literal("auto"), Schema.Literal("none"), CachePolicyObject])
|
||||
export type CachePolicy = Schema.Schema.Type<typeof CachePolicy>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue