第一次
This commit is contained in:
49
src/.umi-production/core/pluginConfigJoi.d.ts
vendored
Normal file
49
src/.umi-production/core/pluginConfigJoi.d.ts
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
// This file is generated by Umi automatically
|
||||
// DO NOT CHANGE IT MANUALLY!
|
||||
// Created by Umi Plugin
|
||||
|
||||
export interface IConfigFromPluginsJoi {
|
||||
openAPI?: ({
|
||||
requestLibPath?: string
|
||||
schemaPath?: string
|
||||
mock?: boolean
|
||||
projectName?: string
|
||||
apiPrefix?: (string | (() => any))
|
||||
namespace?: string
|
||||
hook?: {
|
||||
customFunctionName?: (() => any)
|
||||
customClassName?: (() => any)
|
||||
}
|
||||
}[] | {
|
||||
requestLibPath?: string
|
||||
schemaPath?: string
|
||||
mock?: boolean
|
||||
projectName?: string
|
||||
apiPrefix?: (string | (() => any))
|
||||
namespace?: string
|
||||
hook?: {
|
||||
customFunctionName?: (() => any)
|
||||
customClassName?: (() => any)
|
||||
}
|
||||
})
|
||||
keepalive?: unknown[]
|
||||
tabsLayout?: (boolean | {
|
||||
hasCustomTabs?: boolean
|
||||
hasDropdown?: boolean
|
||||
hasFixedHeader?: boolean
|
||||
})
|
||||
requestRecord?: {
|
||||
exclude?: unknown[]
|
||||
type?: boolean
|
||||
namespace?: string
|
||||
comment?: boolean
|
||||
outputDir?: string
|
||||
successFilter?: (() => any)
|
||||
role?: string
|
||||
mock?: {
|
||||
outputDir?: string
|
||||
fileName?: string
|
||||
usingRole?: string
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user