Files
pole-book/server/node_modules/@strapi/cloud-cli/dist/link/command.d.ts

7 lines
216 B
TypeScript

import { type StrapiCloudCommand } from '../types';
/**
* `$ link local directory to project of the cloud`
*/
declare const command: StrapiCloudCommand;
export default command;
//# sourceMappingURL=command.d.ts.map