Allow linking Stack Overflow account/profile #226

This commit is contained in:
Daniel Knittl-Frank
2022-10-26 18:59:37 +02:00
parent b52c9b80a4
commit 8498ad8ada
5 changed files with 17 additions and 0 deletions

5
types/index.d.ts vendored
View File

@@ -79,6 +79,11 @@ export interface Social {
*/
dev?: string;
/**
* Stack Overflow
*/
stackoverflow?: string;
/**
* Website
*/