import { GraphicsType } from '../../../shared/helpers/graphics-type-help'; export interface CreateOrEditGraphResult { readonly type: GraphicsType; readonly graphName: string; readonly isLoadUserGallery?: boolean; }