We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67fa7b6 commit 698b65fCopy full SHA for 698b65f
apps/sim/tools/meta_ads/types.ts
@@ -11,10 +11,7 @@ export interface MetaAdsBaseParams {
11
accountId: string
12
}
13
14
-export interface MetaAdsGetAccountParams {
15
- accessToken: string
16
- accountId: string
17
-}
+export interface MetaAdsGetAccountParams extends MetaAdsBaseParams {}
18
19
export interface MetaAdsListCampaignsParams extends MetaAdsBaseParams {
20
status?: string
0 commit comments