[Closes #10] Implement group ban/unban. Also fix cap system to accept certain HTTP responses as valid states even with no valid LLSD body.
This commit is contained in:
5
lib/classes/interfaces/ICapResponse.ts
Normal file
5
lib/classes/interfaces/ICapResponse.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface ICapResponse
|
||||
{
|
||||
status: number;
|
||||
body: string;
|
||||
}
|
||||
Reference in New Issue
Block a user