// This file is auto-generated by Laravel Wayfinder.
// Do not edit this file directly, any changes will be overwritten.

import "@inertiajs/core";

declare module '@inertiajs/core' {
    export interface InertiaConfig {
     sharedPageProps: { name: unknown, auth: { user: { id: number, name: string, email: string, roles: unknown } }, sidebarOpen: boolean } 
    }
}