@altostra/core
Version:
Core library for shared types and logic
5 lines (4 loc) • 381 B
TypeScript
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";