backkey
This commit is contained in:
@@ -136,7 +136,7 @@ export interface GeneralTab {
|
||||
items: Array<GeneralTabItems>;
|
||||
};
|
||||
export interface GeneralTabItems {
|
||||
id: number;
|
||||
id: number | null;
|
||||
cardCompany: string;
|
||||
feeRate: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user