github-pages-deploy-action/lib/ssh.d.ts

3 lines
125 B
TypeScript
Raw Normal View History

import { ActionInterface } from './constants';
export declare function configureSSH(action: ActionInterface): Promise<void>;