Preparing search index...
    type GuidanceCopy = {
        guidance: {
            displayTimeSeconds: number;
            fadeInTimeSeconds: number;
            hints: GuidanceHint[];
        };
        success: { text: string };
        troubleshooting: {
            bullets: { description: string; title: string }[];
            button: string;
            title: string;
        };
    }
    Index

    Properties

    guidance: {
        displayTimeSeconds: number;
        fadeInTimeSeconds: number;
        hints: GuidanceHint[];
    }
    success: { text: string }
    troubleshooting: {
        bullets: { description: string; title: string }[];
        button: string;
        title: string;
    }