mirror of
https://github.com/certd/certd.git
synced 2026-06-24 03:07:31 +08:00
4 lines
113 B
TypeScript
4 lines
113 B
TypeScript
export interface IUrlService {
|
|
getPipelineDetailUrl(pipelineId: number, historyId: number): Promise<string>;
|
|
}
|