@@ -1,8 +1,9 @@
|
||||
import { Account, Order, Platform, SymbolProfile } from '@prisma/client';
|
||||
import { Account, Order, Platform, SymbolProfile, Tag } from '@prisma/client';
|
||||
|
||||
type AccountWithPlatform = Account & { Platform?: Platform };
|
||||
|
||||
export type OrderWithAccount = Order & {
|
||||
Account?: AccountWithPlatform;
|
||||
SymbolProfile?: SymbolProfile;
|
||||
tags?: Tag[];
|
||||
};
|
||||
|
Reference in New Issue
Block a user