Type Alias CommandCheckResponse

CommandCheckResponse: {
    deleted: string[];
    isSynced: boolean;
    new: string[];
    updated: string[];
}

Type declaration

  • deleted: string[]
  • isSynced: boolean
  • new: string[]
  • updated: string[]