import { CanvasSection } from './CanvasSection'; export type SharedLinkCanvas = { readonly id: string; name: string; content?: Record; context?: any; theme?: Record | null; thumbnail_url?: string | null; readonly sections: Array; };