// This file was automatically generated. Edits will be overwritten export interface Typegen0 { '@@xstate/typegen': true; eventsCausingActions: { sendParentInvalid: 'INVALIDATED' | 'error.platform.validating'; sendParentValid: 'VALIDATED' | 'done.invoke.validating'; }; internalEvents: { 'error.platform.validating': { type: 'error.platform.validating'; data: unknown }; 'done.invoke.validating': { type: 'done.invoke.validating'; data: unknown; __tip: 'See the XState TS docs to learn how to strongly type this.'; }; 'xstate.init': { type: 'xstate.init' }; }; invokeSrcNameMap: { validation: 'done.invoke.validating'; }; missingImplementations: { actions: never; services: never; guards: never; delays: never; }; eventsCausingServices: { validation: 'VALIDATE'; }; eventsCausingGuards: {}; eventsCausingDelays: {}; matchesStates: 'avalid' | 'validating' | 'invalid' | 'valid'; tags: never; }