creating convo working with content type stupid thing

This commit is contained in:
talksik
2022-04-03 09:31:34 -04:00
parent 19b90b2196
commit d6eadab3c1
6 changed files with 62 additions and 13 deletions
@@ -0,0 +1,5 @@
export default class ErrorResponse {
status: number;
message: string;
detail: string;
}