Add Social type

main
JBierenbroodspot 1 year ago
parent 5efe29e0be
commit 01d69949d0

@ -14,3 +14,9 @@ export type InfoArticle = {
};
export type InfoArticleList = InfoArticle[];
export type Social = {
icon: string;
url: URL;
description: string;
};

Loading…
Cancel
Save