/**
 * Copyright IBM Corp. 2024, 2025
 */

export interface RepoAuthHandlerComponentProps {
    handleAuth: (step:number) => void; 
}