feat: orval generate
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Generated by orval v6.31.0 🍺
|
||||
* Do not edit manually.
|
||||
* main.proto
|
||||
* OpenAPI spec version: version not set
|
||||
*/
|
||||
import type { CrmProperty } from './crmProperty'
|
||||
|
||||
export interface CrmVariant {
|
||||
active?: boolean
|
||||
price?: string
|
||||
properties?: CrmProperty[]
|
||||
}
|
||||
Reference in New Issue
Block a user