UNPKG

@getanthill/datastore

Version:

Event-Sourced Datastore

29 lines (28 loc) 599 B
import type { ModelConfig } from '../../typings'; export declare const properties: { model: { description: string; type: string; }; correlation_id: { description: string; type: string; example: string; }; level: { description: string; minimum: number; maximum: number; type: string; }; message: { type: string; description: string; }; context: { type: string; description: string; }; }; declare const modelConfig: ModelConfig; export default modelConfig;