Type Alias CodeParagraph

CodeParagraph: {
    language?: CodingLanguages;
    text: string;
    type: ParagraphType & "code";
}

فقرة كتلة كود مع تمييز الصيغة

Type declaration