Closed sanderpick closed 5 years ago
Set used a model like this:
import * as Stripe from "stripe" import ICustomer = Stripe.customers.ICustomer export default interface Developer { account: string created?: number id: string name: string password: string phone?: string salt?: string verified?: boolean customer_id?: string role: string use_case: string, customer?: ICustomer, admin?: boolean }
Other related models are here: https://gitlab.com/textileio/mill/tree/master/src/models
No need to worry about the stripe (billing) stuff right now.
Some questions:
Set used a model like this:
Other related models are here: https://gitlab.com/textileio/mill/tree/master/src/models
No need to worry about the stripe (billing) stuff right now.
Some questions: