2024-04-05 00:12:15 +08:00

13 lines
260 B
TypeScript

import type { SizeOptions } from './size.js'
export interface CodeSandboxTokenMeta extends SizeOptions {
user?: string
id?: string
layout?: string
type?: 'button' | 'embed'
title?: string
filepath?: string
navbar?: boolean
console?: boolean
}