fix not required prop
This commit is contained in:
parent
2ec8300dab
commit
94218a807c
@ -36,7 +36,7 @@ export interface ITransactionCurrency extends IBaseOption {
|
||||
|
||||
export interface IEvoClientType extends IBaseOption {
|
||||
evo_name?: string;
|
||||
evo_client_typeid: string;
|
||||
evo_client_typeid?: string;
|
||||
statecode?: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user