Skip to content

Commit 0d5fb4f

Browse files
committed
Remove deprecated ThumbnailSpec interface
Delete the legacy ThumbnailSpec interface export from thumbnail.ts. This interface was marked deprecated and retained only for backward compatibility (see #10012); removing it cleans up the API client entry and avoids exporting an obsolete type while keeping the deprecation notice in the file.
1 parent 372ce9a commit 0d5fb4f

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

ui/packages/api-client/entry/patch/thumbnail.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
/**
2-
* Note: This export is for compatibility with older versions, it will be removed in the future, please do not use it.
3-
* See:https://github.com/halo-dev/halo/issues/10012
4-
* @deprecated
5-
*/
6-
export interface ThumbnailSpec {
7-
imageSignature: string;
8-
imageUri: string;
9-
size: ThumbnailSpecSizeEnum;
10-
thumbnailUri: string;
11-
}
12-
131
/**
142
* Note: This export is for compatibility with older versions, it will be removed in the future, please do not use it.
153
* See:https://github.com/halo-dev/halo/issues/10012

0 commit comments

Comments
 (0)