update type script dan nambah kolom member code

This commit is contained in:
2024-02-01 10:31:38 +07:00
parent 254e9e0624
commit 8a7fac07ff
4 changed files with 34 additions and 3 deletions

View File

@@ -0,0 +1,20 @@
export type ReportLog = {
id : number,
code : string,
member_name : string,
member_code : string,
submission_date : string,
service_name : string,
payment_type_name : string,
status_final_log : string,
provider : string,
status : string,
created_at : string,
approved_by : string,
approved_final_log_at : string,
created_final_at : string,
approved_final_log_by : string,
document_qty : string,
duration_gl : string,
duration_final_gl : string,
}