UNPKG

@niur/google-admanager-api

Version:
16 lines 661 B
/** * Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202202/TeamService.Team Team} objects. */ export declare abstract class TeamAction { } /** * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/v202202/TeamService.Team Team} objects. */ export declare class ActivateTeams implements TeamAction { } /** * The action used for deactivating {@link https://developers.google.com/ad-manager/api/reference/v202202/TeamService.Team Team} objects. */ export declare class DeactivateTeams implements TeamAction { } //# sourceMappingURL=team.action.d.ts.map