mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
24 lines
551 B
TypeScript
24 lines
551 B
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;
|
|
services: never;
|
|
guards: never;
|
|
delays: never;
|
|
};
|
|
'eventsCausingActions': {
|
|
viewVcFromParent: 'VIEW_VC';
|
|
};
|
|
'eventsCausingServices': {};
|
|
'eventsCausingGuards': {};
|
|
'eventsCausingDelays': {};
|
|
'matchesStates': 'idle' | 'viewingVc';
|
|
'tags': never;
|
|
}
|