Start of themes

This commit is contained in:
Gregory Schier
2023-03-07 11:24:38 -08:00
parent 7c1755a0dc
commit 6575121902
24 changed files with 1490 additions and 156 deletions

View File

@@ -29,7 +29,7 @@ export interface HttpResponse extends BaseModel {
requestId: string;
body: string;
error: string;
status: string;
status: number;
elapsed: number;
statusReason: string;
url: string;