4 lines
99 B
TypeScript
4 lines
99 B
TypeScript
|
export default interface IFragment {
|
||
|
build(): string;
|
||
|
}
|
||
|
//# sourceMappingURL=IFragment.d.ts.map
|