interface ExecutionCached {
    nodes: string[];
    prompt_id: string;
    timestamp: number;
}

Properties

nodes: string[]
prompt_id: string
timestamp: number