ToExecutionResults
Home > @gooddata/sdk-code-convertors > ToExecutionResults
ToExecutionResults type
Signature:
export type ToExecutionResults = {
execution: AfmExecution;
fields: Record<string, {
title?: string;
}>;
sorting: Record<string, "ASC" | "DESC">;
};