interface CostAllocationVariables {
    allocationCostRequest: Omit<
        AllocationCostRequest,
        "stackSpotAccountId"
        | "billingAccountId",
    > & { billingAccountId: string[]; stackSpotAccountId: string };
}

Properties

allocationCostRequest: Omit<
    AllocationCostRequest,
    "stackSpotAccountId"
    | "billingAccountId",
> & { billingAccountId: string[]; stackSpotAccountId: string }