import { MiddlewareInterface } from '../../../interfaces/middleware.interface'; export interface InitAuthProcessInterface extends MiddlewareInterface { scope?: string; state?: string; }