We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893bc40 commit 29b9499Copy full SHA for 29b9499
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