This commit is contained in:
dragongoose 2023-06-18 23:42:54 -04:00
parent 2687a5d292
commit b3deccc0c2
No known key found for this signature in database
GPG Key ID: 50DB99B921579009

View File

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