Markdown Editor Kit
API ReferenceindexType aliases

CreateMdKitRestAdapterOptions

Type Alias: CreateMdKitRestAdapterOptions

type CreateMdKitRestAdapterOptions = {
  baseUrl: string;
  fetch?: typeof fetch;
};

Defined in: packages/mdkit/src/transport/rest.ts:6

Properties

PropertyTypeDefined in
baseUrlstringpackages/mdkit/src/transport/rest.ts:7
fetch?typeof fetchpackages/mdkit/src/transport/rest.ts:8

On this page