SafeOverview: {
    address: AddressEx;
    awaitingConfirmation: number | null;
    chainId: string;
    fiatTotal: string;
    owners: AddressEx[];
    queued: number;
    threshold: number;
}