We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df90c9 commit b3cdf4dCopy full SHA for b3cdf4d
1 file changed
src/model/Price.ts
@@ -12,6 +12,7 @@ export namespace Price {
12
}
13
14
export interface Interface extends BaseFirestore {
15
+ account: string;
16
active?: boolean;
17
amount?: number;
18
currency?: string;
0 commit comments