add certLink to certification

This commit is contained in:
Nate Goldsborough
2022-11-04 13:45:27 -05:00
parent 9e34239877
commit 2619676c6e
3 changed files with 13 additions and 3 deletions

1
types/index.d.ts vendored
View File

@@ -218,6 +218,7 @@ export interface Certifications {
body?: string;
name?: string;
year?: string;
certLink?: string;
}
export interface Education {