@getanthill/datastore
Version:
Event-Sourced Datastore
16 lines (15 loc) • 352 B
TypeScript
import type { ModelConfig } from '../../typings';
export declare const properties: {
value: {
type: string;
description: string;
};
expires_by: {
description: string;
type: string;
example: string;
format: string;
};
};
declare const modelConfig: ModelConfig;
export default modelConfig;