UNPKG

netlify

Version:

Netlify command line tool

8 lines 297 B
import type { BaseOptionValues } from '../base-command.js'; export type LinkOptionValues = BaseOptionValues & { id?: string | undefined; name?: string | undefined; gitRemoteUrl?: string | undefined; gitRemoteName?: string | undefined; }; //# sourceMappingURL=option_values.d.ts.map