interface StreamResource {
    amount: string;
    amount_per_period: string;
    balance: string;
    canceled_at: string;
    cliff_amount: string;
    closed: boolean;
    created: string;
    current_pause_start: string;
    end: string;
    fees: {
        fields: {
            partner_fee: string;
            partner_fee_percentage: string;
            partner_fee_withdrawn: string;
            streamflow_fee: string;
            streamflow_fee_percentage: string;
            streamflow_fee_withdrawn: string;
        };
        type: string;
    };
    funds_unlocked_at_last_rate_change: string;
    id: { id: string };
    last_rate_change_time: string;
    last_withdrawn_at: string;
    meta: {
        fields: {
            automatic_withdrawal: boolean;
            can_topup: boolean;
            can_update_rate: boolean;
            cancelable_by_recipient: boolean;
            cancelable_by_sender: boolean;
            contract_name: number[];
            pausable: boolean;
            transferable_by_recipient: boolean;
            transferable_by_sender: boolean;
            withdrawal_frequency: string;
        };
        type: string;
    };
    partner: string;
    pause_cumulative: string;
    period: string;
    recipient: string;
    sender: string;
    start: string;
    version: string;
    withdrawn: string;
}

Properties

amount: string
amount_per_period: string
balance: string
canceled_at: string
cliff_amount: string
closed: boolean
created: string
current_pause_start: string
end: string
fees: {
    fields: {
        partner_fee: string;
        partner_fee_percentage: string;
        partner_fee_withdrawn: string;
        streamflow_fee: string;
        streamflow_fee_percentage: string;
        streamflow_fee_withdrawn: string;
    };
    type: string;
}
funds_unlocked_at_last_rate_change: string
id: { id: string }
last_rate_change_time: string
last_withdrawn_at: string
meta: {
    fields: {
        automatic_withdrawal: boolean;
        can_topup: boolean;
        can_update_rate: boolean;
        cancelable_by_recipient: boolean;
        cancelable_by_sender: boolean;
        contract_name: number[];
        pausable: boolean;
        transferable_by_recipient: boolean;
        transferable_by_sender: boolean;
        withdrawal_frequency: string;
    };
    type: string;
}
partner: string
pause_cumulative: string
period: string
recipient: string
sender: string
start: string
version: string
withdrawn: string