import type { FlowActionSucceededV1Contract } from "./app-event.js"; type IsAssignable = [From] extends [To] ? true : false; type AssertTrue = Value; type AssertFalse = Value; type AdditiveActionProperty = FlowActionSucceededV1Contract["properties"]["gx_future_optional"]; type _acceptsNestedJson = AssertTrue>; type _rejectsFunction = AssertFalse undefined, AdditiveActionProperty>>; type _rejectsUndefined = AssertFalse>; export type FlowActionSucceededTypeChecks = [ _acceptsNestedJson, _rejectsFunction, _rejectsUndefined ]; export {}; //# sourceMappingURL=app-event.typecheck.d.ts.map