revdev 0.313.0 → 0.315.0
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SlugRequest } from "../../common";
|
|
2
2
|
export interface FeListEntityRequest extends SlugRequest {
|
|
3
3
|
}
|
|
4
4
|
export interface FeCreateListRequest {
|
|
@@ -12,5 +12,4 @@ export interface FeUpdateListRequest extends Omit<FeCreateListRequest, "langCode
|
|
|
12
12
|
}
|
|
13
13
|
export interface FeListModifier extends FeCreateListRequest {
|
|
14
14
|
id: string;
|
|
15
|
-
image?: ImageGen;
|
|
16
15
|
}
|