Matrix/Webserver/src/lib/interfaces.ts

5 lines
116 B
TypeScript
Raw Normal View History

2022-08-07 17:41:57 +00:00
// Interface to represent a response from the matrix API server
export interface APIResponse {
success: boolean;
}