mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-11-14 00:43: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
|
// Interface to represent a response from the matrix API server
|
||||||
export interface APIResponse {
|
export interface APIResponse {
|
||||||
success: boolean;
|
success: boolean;
|
||||||
|
results?: Array<unknown>;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user