mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 09:35:38 -05:00
Fix cell attachment types (#14485)
This commit is contained in:
@@ -34,9 +34,9 @@ export abstract class CellView extends AngularDisposable implements OnDestroy, I
|
||||
}
|
||||
|
||||
export interface IMarkdownStringWithCellAttachments extends IMarkdownString {
|
||||
readonly cellAttachments?: nb.ICellAttachment
|
||||
readonly cellAttachments?: nb.ICellAttachments
|
||||
}
|
||||
|
||||
export interface MarkdownRenderOptionsWithCellAttachments extends MarkdownRenderOptions {
|
||||
readonly cellAttachments?: nb.ICellAttachment
|
||||
readonly cellAttachments?: nb.ICellAttachments
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user