import { PaginationOptions } from '../../common/interfaces'; export interface ListAuthFactorsOptions extends PaginationOptions { userId: string; }