mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-28 00:14:53 +00:00
5 lines
84 B
TypeScript
5 lines
84 B
TypeScript
export enum DeviceStatuses {
|
|
REJECTED = 'rejected',
|
|
FULLFILLED = 'fulfilled',
|
|
}
|