import {PageProps as InertiaPageProps} from "@inertiajs/inertia";

export interface PageProps extends InertiaPageProps {
    messages: Array<Message>;
}