Files
openclaw/src/cli/gateway-rpc.types.ts
2026-04-10 09:00:19 +01:00

8 lines
131 B
TypeScript

export type GatewayRpcOpts = {
url?: string;
token?: string;
timeout?: string;
expectFinal?: boolean;
json?: boolean;
};