MCPcopy
hub / github.com/immich-app/immich / ArchivedVersion

Interface ArchivedVersion

packages/scripts/src/commands/release.ts:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206};
207
208export interface ArchivedVersion {
209 label: string;
210 url: string;
211}
212
213export const resolveArchivedVersions = (
214 versions: ArchivedVersion[],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected