mirror of
https://github.com/dathere/ckanaction.git
synced 2025-12-19 08:49:26 +00:00
10 lines
215 B
TypeScript
10 lines
215 B
TypeScript
"use client";
|
|
import { defineClientConfig } from "fumadocs-openapi/ui/client";
|
|
|
|
export default defineClientConfig({
|
|
playground: {
|
|
transformAuthInputs: (inputs) => [
|
|
/* modified inputs */
|
|
],
|
|
},
|
|
});
|