Skip to content

Commit

Permalink
Added missing export of interface
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x98 committed Oct 30, 2023
1 parent aa99e18 commit 2240655
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import {
rowIndexToString,
} from '@jvalue/jayvee-language-server';

interface ColumnDefinitionEntry {
export interface ColumnDefinitionEntry {
sheetColumnIndex: number;
columnName: string;
valuetype: Valuetype;
Expand Down

0 comments on commit 2240655

Please sign in to comment.