UNPKG

@mee4dy/crud

Version:

Create a backend and frontend in 5 minutes! With our powerful full stack crud system, customize it to suit you.

7 lines (5 loc) 136 B
import { OrderDirection } from '../../common/enums/order-direction.enum'; export interface Order { 0: string; 1: OrderDirection; }