Type Alias QuickActionsRequest
QuickActionsRequest: {
action: string;
code: string;
context?: object | null;
qc_execution_id?: string | null;
}
Type declaration
action: string
code: string
Optionalcontext?: object | null
Optionalqc_execution_id?: string | null