Type Alias GetRunnableResponse

GetRunnableResponse: {
    description?: string;
    endpoint_async: string;
    endpoint_openai_sync: string;
    endpoint_sync: string;
    kind: string;
    summary: string;
    workspace: string;
}