/** * The attributes for the `codeBlock` node. */ export interface CodeBlockAttrs { language: string }