interface ExecutionSuccess {
    prompt_id: string;
    timestamp: number;
}

Properties

Properties

prompt_id: string
timestamp: number