1
0
Fork 0
freesewing/dist/lib/part.d.ts

5 lines
75 B
TypeScript
Raw Normal View History

2018-07-10 19:29:09 +02:00
export default class Part {
id: string;
constructor(id: string);
}