import { ID } from '../../../common/primitive.js'; /** * 語彙「PRタスクID」 * domain type: value */ export type PrTaskId = ID<'PrTask'>; export declare const PrTaskId: { readonly generate: () => PrTaskId; }; //# sourceMappingURL=pr_task_id.d.ts.map