mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
@@ -80,7 +80,7 @@ export class Contact implements IContactProperties {
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
interface IContactError {
|
||||
export interface IContactError {
|
||||
/** Error code */
|
||||
code: number;
|
||||
/** Error message */
|
||||
@@ -90,7 +90,7 @@ interface IContactError {
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
declare var ContactError: {
|
||||
export declare var ContactError: {
|
||||
new (code: number): IContactError;
|
||||
UNKNOWN_ERROR: number;
|
||||
INVALID_ARGUMENT_ERROR: number;
|
||||
|
||||
Reference in New Issue
Block a user