import { ListObservabilityDestinationsResponse } from "@openrouter/sdk/models";
let value: ListObservabilityDestinationsResponse = {
data: [
{
apiKeyHashes: null,
broadcastGenerationCost: false,
broadcastGenerationIdentity: false,
broadcastGenerationRequestContext: false,
config: {
baseUrl: "https://us.cloud.langfuse.com",
publicKey: "pk-l...EfGh",
secretKey: "sk-l...AbCd",
},
createdAt: "2025-08-24T10:30:00Z",
enabled: true,
filterRules: null,
id: "99999999-aaaa-bbbb-cccc-dddddddddddd",
name: "Production Langfuse",
privacyMode: false,
regions: [
"global",
],
samplingRate: 1,
type: "langfuse",
updatedAt: "2025-08-24T15:45:00Z",
workspaceId: "550e8400-e29b-41d4-a716-446655440000",
},
],
totalCount: 1,
};