SYMBOL INDEX (68 symbols across 30 files) FILE: src/components/sidebar/NavigationRoutes.ts type INavigationRoute (line 1) | interface INavigationRoute { FILE: src/components/va-charts/vaChartConfigs.js constant DEFAULT_FONT_FAMILY (line 3) | const DEFAULT_FONT_FAMILY = "'Inter', sans-serif" FILE: src/data/charts/composables/useChartColors.ts type chartColors (line 4) | type chartColors = string | string[] function useChartColors (line 6) | function useChartColors(chartColors = [] as chartColors, alfa = 0.6) { FILE: src/data/charts/composables/useChartData.ts function useChartData (line 5) | function useChartData(data: T, alfa?: number): Com... FILE: src/data/charts/revenueChartData.ts type Revenues (line 6) | type Revenues = { FILE: src/data/pages/projects.ts type Pagination (line 4) | type Pagination = { type Sorting (line 10) | type Sorting = { FILE: src/data/pages/users.ts type Pagination (line 4) | type Pagination = { type Sorting (line 10) | type Sorting = { type Filters (line 15) | type Filters = { FILE: src/data/types.ts type ColorThemes (line 3) | type ColorThemes = { type TLineChartData (line 7) | type TLineChartData = ChartData<'line', any, any> type TBarChartData (line 8) | type TBarChartData = ChartData<'bar', any, any> type TBubbleChartData (line 9) | type TBubbleChartData = ChartData<'bubble', any, any> type TDoughnutChartData (line 10) | type TDoughnutChartData = ChartData<'doughnut', any, any> type TPieChartData (line 11) | type TPieChartData = ChartData<'pie', any, any> type TChartData (line 13) | type TChartData = TLineChartData | TBarChartData | TBubbleChartData | TD... FILE: src/pages/payments/types.ts type PaymentSystemType (line 1) | enum PaymentSystemType { type PaymentCard (line 8) | interface PaymentCard { type BillingAddress (line 17) | interface BillingAddress { FILE: src/pages/payments/widgets/billing-address/BillingAddressCreateModal.stories.ts method data (line 12) | data() { FILE: src/pages/payments/widgets/billing-address/BillingAddressEdit.stories.ts method data (line 12) | data() { method data (line 40) | data() { FILE: src/pages/payments/widgets/billing-address/BillingAddressListItem.stories.ts method data (line 12) | data() { FILE: src/pages/payments/widgets/billing-address/BillingAddressUpdateModal.stories.ts method data (line 13) | data() { FILE: src/pages/payments/widgets/my-cards/PaymentCardCreateModal.stories.ts method data (line 12) | data() { FILE: src/pages/payments/widgets/my-cards/PaymentCardEdit.stories.ts method data (line 12) | data() { method data (line 38) | data() { FILE: src/pages/payments/widgets/my-cards/PaymentCardListItem.stories.ts method data (line 12) | data() { FILE: src/pages/payments/widgets/my-cards/PaymentCardUpdateModal.stories.ts method data (line 13) | data() { FILE: src/pages/pricing-plans/options.ts type PricingPlans (line 1) | type PricingPlans = { type Feature (line 11) | type Feature = { FILE: src/pages/projects/composables/useProjectUsers.ts function useProjectUsers (line 4) | function useProjectUsers() { FILE: src/pages/projects/composables/useProjects.ts method add (line 77) | async add(project: Omit) { method update (line 84) | async update(project: Project) { method remove (line 91) | async remove(project: Project) { FILE: src/pages/projects/types.ts type UUID (line 3) | type UUID = `${string}-${string}-${string}-${string}-${string}` type Project (line 5) | type Project = { type EmptyProject (line 14) | type EmptyProject = Omit) { method update (line 32) | async update(project: Project) { method remove (line 38) | async remove(project: Project) { FILE: src/stores/user-store.ts method toggle2FA (line 15) | toggle2FA() { method changeUserName (line 19) | changeUserName(userName: string) { FILE: src/stores/users.ts method getAll (line 23) | async getAll(options: { pagination?: Pagination; sorting?: Sorting; filt... method add (line 33) | async add(user: User) { method update (line 39) | async update(user: User) { method remove (line 46) | async remove(user: User) { method uploadAvatar (line 55) | async uploadAvatar(formData: FormData) {