Variable programExpensesPaginationSelectorConst
programExpensesPaginationSelector: {
currentPage: boolean;
items: {
callback: {
action: boolean;
contract: boolean;
data: boolean;
};
coopname: boolean;
created_at: boolean;
creator: boolean;
creator_name: boolean;
expense_hash: boolean;
items: {
actual_amount: boolean;
description: boolean;
item_hash: boolean;
mechanics: boolean;
planned_amount: boolean;
recipient: boolean;
recipient_name: boolean;
recipient_type: boolean;
status: boolean;
};
source_wallet: boolean;
status: boolean;
total_actual: boolean;
total_planned: boolean;
updated_at: boolean;
};
totalCount: boolean;
totalPages: boolean;
} = ...
Type declaration
currentPage: boolean
items: {
callback: {
action: boolean;
contract: boolean;
data: boolean;
};
coopname: boolean;
created_at: boolean;
creator: boolean;
creator_name: boolean;
expense_hash: boolean;
items: {
actual_amount: boolean;
description: boolean;
item_hash: boolean;
mechanics: boolean;
planned_amount: boolean;
recipient: boolean;
recipient_name: boolean;
recipient_type: boolean;
status: boolean;
};
source_wallet: boolean;
status: boolean;
total_actual: boolean;
total_planned: boolean;
updated_at: boolean;
}
callback: {
action: boolean;
contract: boolean;
data: boolean;
}
action: boolean
contract: boolean
data: boolean
coopname: boolean
created_at: boolean
creator: boolean
creator_name: boolean
expense_hash: boolean
items: {
actual_amount: boolean;
description: boolean;
item_hash: boolean;
mechanics: boolean;
planned_amount: boolean;
recipient: boolean;
recipient_name: boolean;
recipient_type: boolean;
status: boolean;
}
actual_amount: boolean
description: boolean
item_hash: boolean
mechanics: boolean
planned_amount: boolean
recipient: boolean
recipient_name: boolean
recipient_type: boolean
status: boolean
source_wallet: boolean
status: boolean
total_actual: boolean
total_planned: boolean
updated_at: boolean
totalCount: boolean
totalPages: boolean