Sobes.tech
Back to tasks
Intern — Senior
28

Объявление нового типа через enum

Get help with live coding in real time with Sobes Copilot
Task condition

С помощью перечисления создайте пользовательский тип.

enum TransactionState {
    'idle',
    'inProgress',
}

type Status
const currentStatus: Status = 'idle'