Variable rawExpenseItemSelectorConst

rawExpenseItemSelector: {
    actual_amount: boolean;
    description: boolean;
    item_hash: boolean;
    mechanics: boolean;
    planned_amount: boolean;
    recipient: boolean;
    recipient_type: boolean;
    status: boolean;
} = ...

Type declaration

  • actual_amount: boolean
  • description: boolean
  • item_hash: boolean
  • mechanics: boolean
  • planned_amount: boolean
  • recipient: boolean
  • recipient_type: boolean
  • status: boolean