import payee field as tags when importing a QIF file (#356)
This commit is contained in:
@@ -75,6 +75,11 @@ export interface NameNumeralValue {
|
||||
readonly value: number;
|
||||
}
|
||||
|
||||
export interface KeyAndName {
|
||||
readonly key: string;
|
||||
readonly name: string;
|
||||
}
|
||||
|
||||
export interface TypeAndName {
|
||||
readonly type: number;
|
||||
readonly name: string;
|
||||
|
||||
Reference in New Issue
Block a user