export interface DevuiSourceData {
    title?: string;
    language?: string;
    code?: any;
}
