mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-22 10:32:40 +08:00
feat(ql3): establish 3.0 incubation baseline
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import type { ApprovedRunCreationPlan } from '../domain/approvedRunAction';
|
||||
|
||||
export interface ApprovedRunActionPlanResolver {
|
||||
/** Resolves an immutable, versioned plan without performing its side effect. */
|
||||
resolve(actionRef: string): Promise<Readonly<ApprovedRunCreationPlan> | null>;
|
||||
}
|
||||
Reference in New Issue
Block a user