@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface ManifestNextStepSpec

    interface ManifestNextStepSpec {
        $id?: string;
        ai_prompt?: string;
        color?: string;
        description?: string;
        icon_name?: string;
        name: string;
        type?: NextStepType;
    }
    Index

    Properties

    $id?: string
    ai_prompt?: string
    color?: string
    description?: string
    icon_name?: string
    name: string