Type alias CommandOutputStrDTO

CommandOutputStrDTO: Record<string, any> & {
    str: string;
}

Type declaration

  • str: string