paygreenjs
    Preparing search index...

    Interface BuyerType

    interface BuyerType {
        country: string;
        email: string;
        first_name: string;
        id: string;
        last_name: string;
    }
    Index

    Properties

    country: string
    email: string
    first_name: string
    id: string
    last_name: string