/* eslint-disable @typescript-eslint/naming-convention */ import { AddMethod } from '../Enums/AddMethod'; import { IImage } from './IImage'; export interface IAction { Id: string CustomLogo: IImage Label: string Description: string Action: string AddingBehavior: AddMethod }