/** * This is auto-generated file, don't modify this file manually */ import { WallWallCommentDonutPlaceholder } from './WallWallCommentDonutPlaceholder'; export interface WallWallCommentDonut { /** * Means commentator is donator */ is_don?: boolean; placeholder?: WallWallCommentDonutPlaceholder; }