Langfuse JS/TS SDKs
    Preparing search index...

    Interface MembershipResponse

    interface MembershipResponse {
        email: string;
        name: string;
        role: MembershipRole;
        userId: string;
    }
    Index

    Properties

    Properties

    email: string
    name: string
    userId: string