feat(core): add location-scoped config loading (#29625)
This commit is contained in:
@@ -36,7 +36,7 @@ export const Cost = Schema.Struct({
|
||||
export const Ref = Schema.Struct({
|
||||
id: ID,
|
||||
providerID: ProviderV2.ID,
|
||||
variant: VariantID,
|
||||
variant: VariantID.pipe(Schema.optional),
|
||||
})
|
||||
export type Ref = typeof Ref.Type
|
||||
|
||||
|
||||
Reference in New Issue
Block a user