This commit is contained in:
dragongoose
2023-06-18 23:42:54 -04:00
parent 2687a5d292
commit b3deccc0c2

View File

@ -1,6 +1,6 @@
export interface Social {
type: string | null
text: string,
name: string,
link: string
}