Mayson Monorepo Documentation
    Preparing search index...
    interface Owner {
        address?: AddressParam;
        email?: string;
        name?: string;
        phone?: string;
    }
    Index

    Properties

    address?: AddressParam

    Owner's address.

    email?: string

    Owner's email address.

    name?: string

    Owner's full name.

    phone?: string

    Owner's phone number.