commented interfaces.ts file

This commit is contained in:
waltem01 2022-08-07 19:41:57 +02:00
parent 153c32c9b4
commit e0366fdd04

View File

@ -1,3 +1,4 @@
// Interface to represent a response from the matrix API server
export interface APIResponse { export interface APIResponse {
success: boolean; success: boolean;
} }