| 56 | | { kind: 'url'; url: string }; |
| 57 | |
| 58 | export interface PluginResourceVersion { |
| 59 | mtimeMs?: number; |
| 60 | size?: number | null; |
| 61 | sha256?: string; |
| 62 | etag?: string; |
| 63 | sequence?: number; |
| 64 | } |
| 65 | |
| 66 | export type PluginResourceDescriptor = PluginResourceRef & { |
| 67 | provider?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected