UNPKG

@altostra/core

Version:

Core library for shared types and logic

5 lines (4 loc) 381 B
export { ValidateProjectResponse, } from "../BuildsManager/Types"; export { PublishPath, } from "./ProjectValidatingServiceClient"; export { TokenAuthServiceClientBase as ServiceClientBase, type AnonymousTokenGetter, type TokenAuthServiceClientBaseParams as ServiceClientOptions, type TokenGetter, } from "./TokenAuthServiceClientBase"; export { RequestOptions, } from "./common";