opcotech/elemo

View on GitHub
web/packages/elemo-client/models/TodoPriority.ts

Summary

Maintainability
A
0 mins
Test Coverage
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
/**
 * Priority of the todo item.
 */
export enum TodoPriority {
  NORMAL = 'normal',
  IMPORTANT = 'important',
  URGENT = 'urgent',
  CRITICAL = 'critical'
}