@flexbe/sdk 0.2.26 → 0.2.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -295,6 +295,7 @@ export type UpdatePageContentParams = Omit<PageContent, 'versionId' | 'versionTi
|
|
|
295
295
|
export interface PageVersion {
|
|
296
296
|
id: number;
|
|
297
297
|
createdAt: string;
|
|
298
|
+
selected?: boolean;
|
|
298
299
|
}
|
|
299
300
|
export interface PageVersionListResponse {
|
|
300
301
|
list: PageVersion[];
|