Documentation - v0.0.0
Preparing search index...
@crisiscleanup/config
CrisisCleanupConfigLayerMeta
Interface CrisisCleanupConfigLayerMeta
interface
CrisisCleanupConfigLayerMeta
{
name
?:
string
;
repo
?:
string
;
sources
?:
{
configPath
?:
string
;
name
:
string
;
secretPath
?:
string
}
[]
;
[
k
:
string
]:
unknown
;
}
Hierarchy
TypeOf
<
typeof
configLayerMeta
>
CrisisCleanupConfigLayerMeta
Indexable
[
k
:
string
]:
unknown
Index
Properties
name?
repo?
sources?
Properties
Optional
name
name
?:
string
= ...
Optional
repo
repo
?:
string
= ...
Optional
sources
sources
?:
{
configPath
?:
string
;
name
:
string
;
secretPath
?:
string
}
[]
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
repo
sources
Documentation - v0.0.0
Loading...