feat(wip homepage with new design)
This commit is contained in:
10
resources/js/types/index.d.ts
vendored
10
resources/js/types/index.d.ts
vendored
@@ -59,6 +59,16 @@ export interface Plans {
|
||||
}
|
||||
|
||||
|
||||
export interface Service {
|
||||
title: string;
|
||||
colorTitle: string;
|
||||
bgTitle: string;
|
||||
bgColor: string;
|
||||
description: string;
|
||||
link: string;
|
||||
illustration: string;
|
||||
}
|
||||
|
||||
export interface PageProps {
|
||||
flash?: FlashMessages;
|
||||
auth?: Auth;
|
||||
|
||||
Reference in New Issue
Block a user