@tax1driver/ts-tpay
    Preparing search index...

    Interface Phone

    interface Phone {
        phoneCountry: string;
        phoneNumber: string;
    }
    Index

    Properties

    phoneCountry: string
    phoneNumber: string