Skip to content

Commit b3cdf4d

Browse files
committed
feat: add account property to Price interface
1 parent 7df90c9 commit b3cdf4d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/model/Price.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export namespace Price {
1212
}
1313

1414
export interface Interface extends BaseFirestore {
15+
account: string;
1516
active?: boolean;
1617
amount?: number;
1718
currency?: string;

0 commit comments

Comments
 (0)