/** Request to fetch precomputations by ID. */
export interface JqlFunctionPrecomputationGetByIdRequest {
  precomputationIDs?: string[];
}
