mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
5 lines
176 B
TypeScript
5 lines
176 B
TypeScript
// Not an actual response snapshot
|
|
// Simulate a case where `all` property of response is unavailable
|
|
export const fetchSystemDataFailedResponse = {
|
|
"error": "no systems",
|
|
}; |