Langfuse JS/TS SDKs
    Preparing search index...

    Interface PromptMetaListResponse

    interface PromptMetaListResponse {
        data: PromptMeta[];
        meta: utils.MetaResponse;
    }
    Index

    Properties

    Properties

    data: PromptMeta[]