Interface CreateCustomerTokenReq

interface CreateCustomerTokenReq {
    customerId: string;
}

Properties

Properties

customerId: string
""