feat(ratecard): implement CRUD operations and validation for rate cards
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export type NavRoutesType = {
|
||||
name: string;
|
||||
path: string;
|
||||
adminOnly: boolean;
|
||||
adminOnly?: boolean;
|
||||
freePlanFeature?: boolean;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user