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