RegisterMdKitFastifyOptions
Type Alias: RegisterMdKitFastifyOptions
type RegisterMdKitFastifyOptions = {
prefix?: string;
store: MdKitTransportStore;
};Defined in: packages/mdkit/src/transport/fastify.ts:5
Properties
| Property | Type | Defined in |
|---|---|---|
prefix? | string | packages/mdkit/src/transport/fastify.ts:6 |
store | MdKitTransportStore | packages/mdkit/src/transport/fastify.ts:7 |