Langfuse JS/TS SDKs
    Preparing search index...

    Interface Project

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

    interface Project {
        id: string;
        metadata: Record<string, unknown>;
        name: string;
        retentionDays?: number;
    }
    Index

    Properties

    id: string
    metadata: Record<string, unknown>

    Metadata for the project

    name: string
    retentionDays?: number

    Number of days to retain data. Null or 0 means no retention. Omitted if no retention is configured.