responseDeserialiser
responseDeserialiser: JsonDeserialiser<{
email: undefined | null | string;
name: undefined | null | string;
role: "ORG_ADMIN" | "REGULAR";
}> = ...
Type declaration
-
email: undefined | null | string
-
name: undefined | null | string
-
role: "ORG_ADMIN" | "REGULAR"
Command to retrieve a member.