@conciergus/chat - v0.3.1
    Preparing search index...

    Interface GeneratedComponent

    interface GeneratedComponent {
        id: string;
        type: string;
        component: ComponentType<any>;
        props: Record<string, any>;
        timestamp: Date;
        status: "complete" | "error" | "generating";
    }
    Index

    Properties

    id: string
    type: string
    component: ComponentType<any>
    props: Record<string, any>
    timestamp: Date
    status: "complete" | "error" | "generating"