/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../../../index"; import * as Flatfile from "../../../../api/index"; import * as core from "../../../../core"; import { OnboardingId } from "../../commons/types/OnboardingId"; import { UserId } from "../../commons/types/UserId"; import { OnboardingFlow } from "./OnboardingFlow"; export declare const Onboarding: core.serialization.ObjectSchema; export declare namespace Onboarding { interface Raw { id: OnboardingId.Raw; userId: UserId.Raw; flow?: OnboardingFlow.Raw | null; currentStep: number; completedAt?: string | null; createdAt: string; updatedAt: string; } }