Langfuse JS/TS SDKs
    Preparing search index...

    Interface ScimEmail

    This file was auto-generated by Fern from our API Definition.

    interface ScimEmail {
        primary: boolean;
        type: string;
        value: string;
    }
    Index

    Properties

    Properties

    primary: boolean
    type: string
    value: string