feat(ratecard): implement CRUD operations and validation for rate cards

This commit is contained in:
shancds
2025-05-19 17:05:18 +05:30
parent 2b3b0ba635
commit fbfeaceb9c
7 changed files with 365 additions and 118 deletions

View File

@@ -1,7 +1,7 @@
export type NavRoutesType = {
name: string;
path: string;
adminOnly: boolean;
adminOnly?: boolean;
freePlanFeature?: boolean;
};