搜索文档
Home > @lynx-js/qrcode-rsbuild-plugin > CustomizedSchemaFn
Customize the generated schema.
Signature:
export type CustomizedSchemaFn = (url: string) => string | Record<string, string>;