mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-11-12 16:03:50 +00:00
accept optional api response data
This commit is contained in:
parent
d23c4b0fef
commit
a92193f33b
@ -1,4 +1,5 @@
|
||||
// Interface to represent a response from the matrix API server
|
||||
export interface APIResponse {
|
||||
success: boolean;
|
||||
results?: Array<unknown>;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user