| 153 | } |
| 154 | |
| 155 | export interface ReleaseMetadata { |
| 156 | version: string; |
| 157 | targets: Record<string, PublishTargetState>; |
| 158 | } |
| 159 | |
| 160 | export interface DraftReleaseInfo { |
| 161 | tag: string; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…