interface PendingComment {
    body: string;
    cursor: IPosition;
}

Properties

Properties

body: string
cursor: IPosition