Skip to content

Wrong types names #267

@lpatiny

Description

@lpatiny

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions