/** * This is auto-generated file, don't modify this file manually */ export interface DocsDocPreviewGraffiti { /** * Graffiti file URL */ src?: string; /** * Graffiti width */ width?: number; /** * Graffiti height */ height?: number; }