kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
11 wiersze
225 B
TypeScript
11 wiersze
225 B
TypeScript
![]() |
import { defineConfig } from '@agentic/platform'
|
||
![]() |
|
||
|
export default defineConfig({
|
||
|
name: 'test-pricing-empty-2',
|
||
![]() |
origin: {
|
||
|
type: 'raw',
|
||
|
url: 'https://httpbin.org'
|
||
|
},
|
||
![]() |
pricingPlans: [] as any // this is invalid
|
||
|
})
|