Start of themes

This commit is contained in:
Gregory Schier
2023-03-07 11:24:38 -08:00
parent c0d7962142
commit db2d786d50
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;