import type { SizeOptions } from './size' export interface JSFiddleTokenMeta extends SizeOptions { user?: string id?: string title?: string theme?: string tab?: string }