Back to tasksGet help with live coding in real time with Sobes Copilot
Intern — Senior
28
Объявление нового типа через enum
Task condition
С помощью перечисления создайте пользовательский тип.
enum TransactionState {
'idle',
'inProgress',
}
type Status
const currentStatus: Status = 'idle'