Interface AddAdminResponse

interface AddAdminResponse {
    admins: PersonView[];
}

Properties

Properties

admins: PersonView[]