@anzusystems/common-admin 1.47.0-beta.30 → 1.47.0-beta.31
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.
|
@@ -10191,6 +10191,10 @@ export declare const timePretty: (isoDate: DatetimeUTC | DatetimeUTCNullable | s
|
|
|
10191
10191
|
|
|
10192
10192
|
export declare const timestampCurrent: () => number;
|
|
10193
10193
|
|
|
10194
|
+
export declare type UniqueValues<T extends Record<string, any>> = {
|
|
10195
|
+
[K in keyof T]: Exclude<T[K], T[Exclude<keyof T, K>]>;
|
|
10196
|
+
};
|
|
10197
|
+
|
|
10194
10198
|
export declare const updateDamUser: (client: () => AxiosInstance, id: number, data: DamUserUpdateDto) => Promise<DamUser>;
|
|
10195
10199
|
|
|
10196
10200
|
export declare interface UploadQueue {
|