Files
pybricks-code/src/components/terminal.ts
T

8 lines
167 B
TypeScript

// SPDX-License-Identifier: MIT
// Copyright (c) 2020 The Pybricks Authors
export enum TerminalStringId {
Copy = 'terminal.copy',
Paste = 'terminal.paste',
}