What we have now: `def issue_cert_processing(cert_info, cert_exts, username):` What I want to see(or something like this): `def issue_cert_processing(cert_info: list, cert_exts: list, username: string) -> None:`