@niur/google-admanager-api
Version:
Google Ad Manager API Client Library for NodeJs
21 lines • 534 B
TypeScript
/**
* Represents an action that can be performed on native styles.
*/
export declare abstract class NativeStyleAction {
}
/**
* Action to activate native styles.
*/
export declare class ActivateNativeStyles implements NativeStyleAction {
}
/**
* Action to archive native styles.
*/
export declare class ArchiveNativeStyles implements NativeStyleAction {
}
/**
* Action to deactivate native styles.
*/
export declare class DeactivateNativeStyles implements NativeStyleAction {
}
//# sourceMappingURL=nativeStyle.action.d.ts.map