class ServerRoleUpdateAction extends Actionimport { ServerRoleUpdateAction } from "https://deno.land/x/revoltio@v1.0.0/src/client/actions/mod.ts"; Methodshandle(data: { id: string; role_id: string; data: API.Role & { _id: string; }; clear: API.FieldsRole[]; }): void