AccountData: Partial<
    {
        comment: string;
        invoiceDetails: Invoice;
        name: string;
        userName: string;
    },
>