Skip to content

export types QueryParam & QueryParams #437

Description

@MR4online

at the moment the following 2 types are not exported. It would be helpful to use them, too.

type QueryParam = null | string | number | boolean | QueryParams | Array<QueryParam>;
type QueryParams = {
    [key: string]: QueryParam;
};

in /index.ts#L55

Thank you!


This repo is using Opire - what does it mean? 👇
💵 Everyone can add rewards for this issue commenting /reward 100 (replace 100 with the amount).
🕵️‍♂️ If someone starts working on this issue to earn the rewards, they can comment /try to let everyone know!
🙌 And when they open the PR, they can comment /claim #437 either in the PR description or in a PR's comment.

🪙 Also, everyone can tip any user commenting /tip 20 @MR4online (replace 20 with the amount, and @MR4online with the user to tip).

📖 If you want to learn more, check out our documentation.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions