Markdown Editor Kit

RegisterMdKitFastifyOptions

Type Alias: RegisterMdKitFastifyOptions

type RegisterMdKitFastifyOptions = {
  prefix?: string;
  store: MdKitTransportStore;
};

Defined in: packages/mdkit/src/transport/fastify.ts:5

Properties

On this page