UNPKG

@martymarron/cliff

Version:
13 lines (12 loc) 458 B
import { LiffAppDeleteRequest } from 'liff-server-api'; import { LiffAppCommandProcessorBase } from './liff-app-command-processor'; export declare class DeleteCommandProcessor extends LiffAppCommandProcessorBase { readonly request: LiffAppDeleteRequest; constructor(options: { accessToken: string; baseUrl: string; }, flags: { [name: string]: string | number | boolean | undefined; }); process(): Promise<void>; }