mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-11-15 01:13:49 +00:00
4 lines
52 B
TypeScript
4 lines
52 B
TypeScript
|
export interface APIResponse {
|
||
|
success: boolean;
|
||
|
}
|