export type ActionResultV0 = { message: string; value: string | null; copyable: boolean; qr: boolean; };