@aleph-sdk/monorepo
    Preparing search index...

    Type Alias RecalculateCostsResponse

    type RecalculateCostsResponse = {
        errors: Record<string, any>[];
        message: string;
        pricing_changes_found: number;
        recalculated_count: number;
        total_messages: number;
    }
    Index

    Properties

    errors: Record<string, any>[]
    message: string
    pricing_changes_found: number
    recalculated_count: number
    total_messages: number