import type { AuthProviderDTO } from './AuthProviderDTO'; export interface StartAuthCommandDTO { provider: AuthProviderDTO; returnTo?: string; }