lib/client/services/creativeReview/creativeReview.action.ts (4 lines of code) (raw):
export abstract class CreativeReviewAction {}
export class ApproveCreativeReviews implements CreativeReviewAction {}
export class ArchiveCreativeReviews implements CreativeReviewAction {}
export class DisapproveCreativeReviews implements CreativeReviewAction {}