Do not edit this file. It is a report generated by API Extractor.
// @beta
export interface IRushellExecuteResult {
value: string;
}
// @beta
export class Rushell {
// (undocumented)
execute(script: string): IRushellExecuteResult;
}
Do not edit this file. It is a report generated by API Extractor.
// @beta
export interface IRushellExecuteResult {
value: string;
}
// @beta
export class Rushell {
// (undocumented)
execute(script: string): IRushellExecuteResult;
}