MCPcopy
hub / github.com/lingodotdev/lingo.dev / Options

Interface Options

integrations/directus/src/api.ts:3–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { defineOperationApi } from "@directus/extensions-sdk";
2
3interface Options {
4 item_id: string;
5 collection: string;
6 translation_table: string;
7 language_table: string;
8 replexica_api_key: string;
9 source_language?: string;
10 target_languages: string[];
11}
12
13interface Context {
14 services: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected