Skip to content

Documentation / joplin-api / ApiConfig

Type Alias: ApiConfig

ApiConfig: { baseUrl: string; token: string; type: "rest"; } | { type: "plugin"; }

Defined in: api/adapter.ts:132

Released under the MIT License.