tes
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
|
||||
type notificationType = {
|
||||
avatar: string;
|
||||
title: string;
|
||||
subtitle: string;
|
||||
color:string;
|
||||
time:string;
|
||||
};
|
||||
|
||||
type profileType = {
|
||||
title: string;
|
||||
href: string;
|
||||
badge:boolean;
|
||||
};
|
||||
|
||||
type languageType = {
|
||||
avatar: string;
|
||||
title: string;
|
||||
subtext: string;
|
||||
value: string;
|
||||
};
|
||||
|
||||
type appsLinkType = {
|
||||
avatar: string;
|
||||
title: string;
|
||||
subtext: string;
|
||||
color:string;
|
||||
href: string;
|
||||
};
|
||||
|
||||
|
||||
type searchType = {
|
||||
title: string;
|
||||
href: string;
|
||||
};
|
||||
|
||||
|
||||
export type { notificationType, profileType, languageType, appsLinkType, searchType }
|
||||
Reference in New Issue
Block a user