Skip to content

Consider Adding a ExtensionVersion to ClientInfo #1366

Open
@davidbarsky

Description

@davidbarsky

Hello! I was wondering if y'all would accept a PR to add an ExtensionVersion to ClientInfo?

export interface ClientInfo {
/**
* The name of the client as defined by the client.
*/
name: string;
/**
* The client's version as defined by the client.
*/
version?: string;
}

(I'd also be okay with a grab-bag object of object!)

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestRequest for new features or functionalityhelp wantedIssues identified as good community contribution opportunities

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions