mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
* [INJIMOB-2250] fix default theme home logo margin Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com> * [INJIMOB-2250] fix gradient button in qr login flow Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com> * [INJIMOB-2250] fix activation banner Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com> --------- Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
40 lines
1.2 KiB
TypeScript
40 lines
1.2 KiB
TypeScript
|
|
// This file was automatically generated. Edits will be overwritten
|
|
|
|
export interface Typegen0 {
|
|
'@@xstate/typegen': true;
|
|
internalEvents: {
|
|
"xstate.init": { type: "xstate.init" };
|
|
};
|
|
invokeSrcNameMap: {
|
|
|
|
};
|
|
missingImplementations: {
|
|
actions: never;
|
|
delays: never;
|
|
guards: never;
|
|
services: never;
|
|
};
|
|
eventsCausingActions: {
|
|
"fetchAllWellKnownConfigResponse": "STORE_RESPONSE";
|
|
"loadActivities": "REFRESH" | "xstate.init";
|
|
"loadWellknownIntoContext": "LOG_ACTIVITY";
|
|
"prependActivity": "STORE_RESPONSE";
|
|
"setActivities": "STORE_RESPONSE";
|
|
"setAllWellknownConfigResponse": "STORE_RESPONSE";
|
|
"storeActivity": "LOG_ACTIVITY";
|
|
"storeWellknownConfig": "STORE_INCOMING_VC_WELLKNOWN_CONFIG";
|
|
};
|
|
eventsCausingDelays: {
|
|
|
|
};
|
|
eventsCausingGuards: {
|
|
|
|
};
|
|
eventsCausingServices: {
|
|
|
|
};
|
|
matchesStates: "init" | "loadWellknownConfig" | "ready" | "ready.idle" | "ready.logging" | "ready.refreshing" | { "ready"?: "idle" | "logging" | "refreshing"; };
|
|
tags: never;
|
|
}
|
|
|