mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 06:15:47 +00:00
feat(FE): adding button filter component
This commit is contained in:
+8
@@ -33,3 +33,11 @@ export interface DebtRow {
|
||||
travel_number: string;
|
||||
balance: number;
|
||||
}
|
||||
|
||||
// Filter Param
|
||||
export interface DebtSupplierFilter {
|
||||
start_date?: string;
|
||||
end_date?: string;
|
||||
supplier_ids?: string;
|
||||
filter_by?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user