Interface AddressBookRepositoryLinkResponseRootObject

interface AddressBookRepositoryLinkResponseRootObject {
    status: string;
    users: AddressBookRepositoryLinkResponseUsersItem[];
    warning: string;
}

Properties

Properties

status: string
warning: string