Interface GetOrganizationAdminsResponse

interface GetOrganizationAdminsResponse {
    admins: User[];
}

Properties

Properties

admins: User[]