export interface CodeBoxData {
  code: string;
  language: string;
  theme?: string;
}