UNPKG

@netlify/zip-it-and-ship-it

Version:
8 lines (7 loc) 257 B
import type { BindingMethod } from '../../parser/bindings.js'; import type { ISCHandlerArg } from '../index.js'; export declare const parse: ({ args }: { args: ISCHandlerArg[]; }, getAllBindings: BindingMethod) => { schedule: string | undefined; };