Skip to content

Add support for BigInt ids in typescript typings #1936

@JaspervRijbroek

Description

@JaspervRijbroek

As BigInt is already supported in nodejs would it be possible to add BigInt support to the Ids?

type Id = string | number;

type Id = string | number | BigInt;

Metadata

Metadata

Assignees

No one assigned

    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