mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-21 09:58:46 +08:00
feat(ql3): establish 3.0 incubation baseline
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import type { LocalArtifactReadMetadata } from '../domain/artifactRead';
|
||||
|
||||
export interface LocalArtifactReadMetadataRepository {
|
||||
find(input: {
|
||||
projectId: string;
|
||||
runId: string;
|
||||
logArtifactId: string;
|
||||
}): Promise<Readonly<LocalArtifactReadMetadata> | null>;
|
||||
}
|
||||
Reference in New Issue
Block a user