Langfuse JS/TS SDKs
    Preparing search index...

    Interface MembershipRequest

    interface MembershipRequest {
        role: MembershipRole;
        userId: string;
    }
    Index

    Properties

    Properties

    userId: string