GrantsResponse: BaseResponse & {
    tokens: {
        banlist: BanListGrant[];
        server: ServerGrant[];
    };
}