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

Move DojoResponse to shared

parent da42b3d4
No related branches found
No related tags found
No related merge requests found
interface DojoResponse<T> {
timestamp: string;
code: number;
description: string;
sessionToken: string;
data: T;
}
export default DojoResponse;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment