blob: 8f665eaaa65266d88d364d36deb2de9a3a47c4f5 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://wicg.github.io/contact-api/spec/#contacts-manager
enum ContactProperty { "address", "email", "icon", "name", "tel" };
dictionary ContactsSelectOptions {
boolean multiple = false;
};