Namespace: types
main.types
Namespaces
Classes
References
AppDefinition
Re-exports AppDefinition
SelectConnectAppList
Re-exports SelectConnectAppList
Type Aliases
AppConfig
Ƭ AppConfig: Record
<string
, any
>
CallbackError
Ƭ CallbackError: Object
Type declaration
Name | Type |
---|---|
code | string |
message | string |
FinsembleConfig
Ƭ FinsembleConfig: Record
<string
, any
>
Manifest
Ƭ Manifest: Record
<string
, any
>
StandardCallback
Ƭ StandardCallback<E
, R
>: (err
: E
, response?
: R
) => void
Type parameters
Name | Type |
---|---|
E | StandardError |
R | any |
Type declaration
▸ (err
, response?
): void
Parameters
Name | Type |
---|---|
err | E |
response? | R |
Returns
void
StandardError
Ƭ StandardError: Error
| string
| null
| undefined
StandardErrorCallback
Ƭ StandardErrorCallback<R
>: (err
: StandardError
, response?
: R
) => void
Type parameters
Name | Type |
---|---|
R | any |
Type declaration
▸ (err
, response?
): void
Parameters
Name | Type |
---|---|
err | StandardError |
response? | R |
Returns
void
StandardPromise
Ƭ StandardPromise<R
>: Promise
<{ data?
: R
; err?
: StandardError
}>
Type parameters
Name | Type |
---|---|
R | any |
StandardResponse
Ƭ StandardResponse<R
>: Object
Type parameters
Name | Type |
---|---|
R | any |
Type declaration
Name | Type |
---|---|
data? | R |
err? | StandardError |