UNPKG

@accounter/server

Version:
4 lines (3 loc) 169 B
import { Plugin } from 'graphql-yoga'; import { AccounterContext } from '../shared/types/index.js'; export declare function dbCleanupPlugin(): Plugin<AccounterContext>;