package expo.modules.contacts interface CommonProvider { val contentType: String val dataAlias: String val labelAlias: String val idAlias: String }