mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-20 14:54:15 +01:00
fix KryptonConfig
This commit is contained in:
parent
c0afe9419e
commit
dbbf6b5f63
@ -160,15 +160,16 @@ export interface KryptonFocus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface KryptonConfig {
|
export interface KryptonConfig {
|
||||||
'kr-public-key': string,
|
formToken?: string,
|
||||||
'kr-language': string,
|
'kr-public-key'?: string,
|
||||||
'kr-post-url-success': string,
|
'kr-language'?: string,
|
||||||
'kr-get-url-success': string,
|
'kr-post-url-success'?: string,
|
||||||
'kr-post-url-refused': string,
|
'kr-get-url-success'?: string,
|
||||||
'kr-get-url-refused': string,
|
'kr-post-url-refused'?: string,
|
||||||
'kr-clear-on-error': boolean,
|
'kr-get-url-refused'?: string,
|
||||||
'kr-hide-debug-toolbar': boolean,
|
'kr-clear-on-error'?: boolean,
|
||||||
'kr-spa-mode': boolean
|
'kr-hide-debug-toolbar'?: boolean,
|
||||||
|
'kr-spa-mode'?: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
type DefaultCallback = () => void
|
type DefaultCallback = () => void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user