I would like to correct some type names that are not correct.
@targos Should it be a breaking change as I only correct types ?
|
getInfo<GIO extends GetInfoOptionsAllowed = GetInfoOptions>( |
|
options?: GIO, |
|
): PartInfo<GIO> | PartInfoWithParts<GIO> { |
|
return this.internal.getInfo(options); |
|
} |
PartInfo -> MFInfo
PartInfoWithParts -> MFInfoWithParts
I would like to correct some type names that are not correct.
@targos Should it be a breaking change as I only correct types ?
mass-tools/packages/mf-parser/src/MF.ts
Lines 66 to 70 in b33458f
PartInfo -> MFInfo
PartInfoWithParts -> MFInfoWithParts