Langfuse JS/TS SDKs
    Preparing search index...

    Interface OrganizationProject

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

    interface OrganizationProject {
        createdAt: string;
        id: string;
        metadata?: Record<string, unknown>;
        name: string;
        updatedAt: string;
    }
    Index

    Properties

    createdAt: string
    id: string
    metadata?: Record<string, unknown>
    name: string
    updatedAt: string