frontend fix

This commit is contained in:
Łukasz Góreczny 2021-01-22 08:39:55 +01:00
parent 3a8090dab7
commit 92b8366cef

View File

@ -1,4 +1,4 @@
export interface SuccessResponse {
code: number;
statusCode: number;
message: string;
}