UNPKG

@microfleet/core

Version:
15 lines (14 loc) 391 B
import { Microfleet, ValidatorPlugin, PluginInterface } from '../'; /** * Plugin Name */ export declare const name = "cassandra"; /** * Plugin Type */ export declare const type: "database"; /** * Relative priority inside the same plugin group type */ export declare const priority = 0; export declare function attach(this: Microfleet & ValidatorPlugin, params?: any): PluginInterface;