export interface AuthModuleOptions {
    mongoUri: string;
}
