create-nova-vite-template
Version:
This is a dashboard template built with React and Vite. It provides a modern and responsive user interface for building web applications.
24 lines (22 loc) • 484 B
text/typescript
const Status = {
VIEW_ALL: "View all",
PUBLISHED: "Published",
IN_REVIEW: "In review",
REJECTED: "Rejected",
IN_DRAFT: "In draft",
INACTIVE: "Inactive",
REFUNDED: "Refunded",
OPEN: "Open",
PENDING: "Pending",
CLOSED: "Closed",
CANCELLED: "Cancelled",
OVERDUE: "Overdue",
ACTIVE: "Active",
AWAITING_APPROVAL: "Awaiting approval",
SUSPENDED: "Suspended",
EXPIRED: "Expired",
PAID: "Paid",
read: "Read",
unread: "Unread",
};
export default Status;