export class CreateWyreWalletParams { name: string; // Unique identifier for the user callbackUrl?: string; // Callback url we will make HTTP postbacks to on wallet updates type?: string; // The type of wallet you are creating; defaults to DEFAULT notes?: string; // Notes about the user }