mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 07:47:13 +00:00
chore: update frontend build for v1.1.83 [skip ci]
This commit is contained in:
24
web/admin-spa/node_modules/confbox/dist/shared/confbox.9745c98f.d.ts
generated
vendored
Normal file
24
web/admin-spa/node_modules/confbox/dist/shared/confbox.9745c98f.d.ts
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
interface FormatOptions {
|
||||
/**
|
||||
* A String or Number object that's used to insert white space into the output JSON string for readability purposes.
|
||||
*
|
||||
* When provided, identation won't be auto detected anymore.
|
||||
*/
|
||||
indent?: string | number;
|
||||
/**
|
||||
* Set to `false` to skip indentation preservation.
|
||||
*/
|
||||
preserveIndentation?: boolean;
|
||||
/**
|
||||
* Set to `false` to skip whitespace preservation.
|
||||
*/
|
||||
preserveWhitespace?: boolean;
|
||||
/**
|
||||
* The number of characters to sample from the start of the text.
|
||||
*
|
||||
* Default: 1024
|
||||
*/
|
||||
sampleSize?: number;
|
||||
}
|
||||
|
||||
export type { FormatOptions as F };
|
||||
Reference in New Issue
Block a user