mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 19:38:49 +00:00
11 lines
227 B
TypeScript
Executable File
11 lines
227 B
TypeScript
Executable File
import { PluginFunc } from 'dayjs'
|
|
|
|
declare module 'dayjs' {
|
|
interface ConfigTypeMap {
|
|
arraySupport: [number?, number?, number?, number?, number?, number?, number?]
|
|
}
|
|
}
|
|
|
|
declare const plugin: PluginFunc
|
|
export = plugin
|