Type alias Report

Report: {
    account_id: string;
    action_taken: string;
    comment: string;
    id: string;
    status_ids: string[];
}

Type declaration

  • account_id: string
  • action_taken: string
  • comment: string
  • id: string
  • status_ids: string[]

Generated using TypeDoc