UNPKG

363 BTypeScriptView Raw
1/**
2 * Controller action type.
3 */
4export declare type ActionType = 'all' | 'checkout' | 'connect' | 'copy' | 'delete' | 'get' | 'head' | 'lock' | 'merge' | 'mkactivity' | 'mkcol' | 'move' | 'm-search' | 'notify' | 'options' | 'patch' | 'post' | 'propfind' | 'proppatch' | 'purge' | 'put' | 'report' | 'search' | 'subscribe' | 'trace' | 'unlock' | 'unsubscribe';