8 lines
155 B
TypeScript
8 lines
155 B
TypeScript
import type { SizeOptions } from './size.js'
|
|
|
|
export interface ReplitTokenMeta extends SizeOptions {
|
|
title?: string
|
|
source?: string
|
|
theme?: string
|
|
}
|