update docs

This commit is contained in:
Hayden 2022-09-14 09:35:23 -08:00
parent 84144d823d
commit 6341aebe66
13 changed files with 139 additions and 19 deletions

View file

@ -30,7 +30,7 @@ export interface ApiSummary {
}
export interface Build {
build_time: string;
buildTime: string;
commit: string;
version: string;
}