SCommandLog.d.ts 92 B

12345
  1. export interface SCommandLog {
  2. command: string;
  3. desc: string;
  4. detail: string;
  5. }