Finalize Typescript restructure

This commit is contained in:
Darko Gjorgjijoski
2026-04-06 17:59:15 +02:00
parent cab785172e
commit 74b4b2df4e
209 changed files with 12419 additions and 1745 deletions

View File

@@ -8,9 +8,10 @@ import type { Ability } from '@v2/types/domain/role'
export interface MenuItem {
title: string
name: string
route: string
link: string
icon: string
group: string
group_label?: string
ability?: string
}
@@ -27,6 +28,7 @@ export interface BootstrapResponse {
config: Record<string, unknown>
global_settings: Record<string, string>
modules: string[]
admin_mode?: boolean
pending_invitations?: Array<{
token: string
company_name: string