export class EditWalletParams { name?: string; // Updated identifier for the user callbackUrl?: string; // Updated callback url we will make HTTP postbacks to on wallet updates notes?: string; // Updated notes }