Skip to content

Wrong types names #267

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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