Command to retrieve a member.

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

input: string
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"

Methods

Generated using TypeDoc