UNPKG

@melchyore/adonis-cache

Version:
12 lines (11 loc) 326 B
import { BaseCommand } from '@adonisjs/core/build/standalone'; export default class Make extends BaseCommand { static commandName: string; static description: string; static settings: { loadApp: boolean; stayAlive: boolean; }; cacheTableName: string; run(): Promise<void>; }