kaios-types
    Preparing search index...

    Interface SmscAddress

    interface SmscAddress {
        address: string;
        typeOfAddress: TypeOfAddress;
    }
    Index

    Properties

    address: string
    typeOfAddress: TypeOfAddress