@compassdigital/sdk.typescript 4.612.0 → 4.613.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.
package/lib/interface/menu.d.ts
CHANGED
|
@@ -200,6 +200,7 @@ export interface Item {
|
|
|
200
200
|
id?: string;
|
|
201
201
|
text?: string;
|
|
202
202
|
s3_link?: string;
|
|
203
|
+
rank?: number;
|
|
203
204
|
}[];
|
|
204
205
|
}
|
|
205
206
|
export interface Group {
|
|
@@ -314,6 +315,7 @@ export interface Option {
|
|
|
314
315
|
id?: string;
|
|
315
316
|
text?: string;
|
|
316
317
|
s3_link?: string;
|
|
318
|
+
rank?: number;
|
|
317
319
|
}[];
|
|
318
320
|
}
|
|
319
321
|
export interface OptionsGroup {
|