Skip to content

Commit ffe77f6

Browse files
tiagonoronhayashwin
andcommitted
Update client/a8c-for-agencies/sections/woopayments/types.ts
Co-authored-by: Yashwin Poojary <[email protected]>
1 parent c98d02c commit ffe77f6

File tree

1 file changed

+1
-5
lines changed
  • client/a8c-for-agencies/sections/woopayments

1 file changed

+1
-5
lines changed

client/a8c-for-agencies/sections/woopayments/types.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ export interface WooPaymentsData {
3636
};
3737
estimated?: WooPaymentsDataObject & {
3838
sites?: {
39-
[ key: number ]: {
40-
tpv?: number;
41-
payout?: number;
42-
transactions?: number;
43-
};
39+
[ key: number ]: WooPaymentsDataObject;
4440
};
4541
current_quarter: WooPaymentsDataObject & {
4642
sites?: {

0 commit comments

Comments
 (0)