/** * @name RepositoryType * @description Type for access of external URI. * @description directlink | openapi | login | oauth | other * @see RepositoryType * @version R4 * @author Claudia Alarcón Lazo */ export type RepositoryTypeType = 'directlink' | 'openapi' | 'login' | 'oauth' | 'other';