@squiz/dxp
Version:
The common dxp library for cli commands
19 lines (18 loc) • 335 B
TypeScript
/*!
* @license
* Copyright Squiz Australia Pty Ltd. All Rights Reserved.
*/
import { Ora } from 'ora';
/**
* TODO:
* @export
* @interface CommandContextExternal
*/
export interface CommandContextExternal {
/**
* TODO:
* @type {Ora}
* @memberof CommandContextExternal
*/
Ora: Ora;
}