Add service type
This commit is contained in:
parent
8aa858a49e
commit
3d31710c3f
3 changed files with 13 additions and 2 deletions
src/lib/types
9
src/lib/types/data-types.ts
Normal file
9
src/lib/types/data-types.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
export type Service = {
|
||||
name: string;
|
||||
icon: string;
|
||||
href: string;
|
||||
desc: string;
|
||||
warn: string;
|
||||
extLink?: string;
|
||||
id: number;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue