Skip to content
Snippets Groups Projects
Commit 7d7227e7 authored by michael.minelli's avatar michael.minelli
Browse files

DojoResponse => Session token become optional

parent bdcfaffc
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ interface DojoResponse<T> { ...@@ -2,7 +2,7 @@ interface DojoResponse<T> {
timestamp: string; timestamp: string;
code: number; code: number;
description: string; description: string;
sessionToken: string; sessionToken: string | null;
data: T; data: T;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment