Definitions file

This commit is contained in:
Nick Playfair 2021-03-17 19:23:56 +00:00
parent 1197bd0894
commit 29e2cf5aab

4
src/boms2table.d.ts vendored Normal file
View File

@ -0,0 +1,4 @@
interface part {
Part: string,
Value: string,
}