3ef552d7bf
Co-authored-by: Lily Delalande <ldelalande@squareup.com>
8 lines
185 B
TypeScript
8 lines
185 B
TypeScript
import { defineConfig } from '@hey-api/openapi-ts';
|
|
|
|
export default defineConfig({
|
|
input: './openapi.json',
|
|
output: './src/api/generated',
|
|
plugins: ['@hey-api/client-fetch'],
|
|
});
|