AuthMFAListFactorsResponse
response of ListFactors, which should contain all the types of factors that are available, this ensures we always include all
type AuthMFAListFactorsResponse<T extends FactorTypes = FactorTypes> = RequestResult<{} & [K in T[number]]: Prettify<Factor<K, "verified">>[]>;