Hevy SDK Documentation - v0.0.0
    Preparing search index...

    Interface UserInfo

    Represents the structure of user information returned by the Hevy API.

    interface UserInfo {
        id: string;
        name: string;
        url: string;
    }
    Index

    Properties

    Properties

    id: string

    The user ID. Example: 9c465af3-de7d-42bc-9c7c-f0170396358b

    name: string

    The user's display name. Example: John doe

    url: string

    The user's public profile URL. Example: https://hevy.com/user/jhon