mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-03 01:18:43 +02:00
parent
8b0cf8b11d
commit
c3e8d743bc
@ -27,7 +27,7 @@ export type WithTransactional<S> = S & {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated this is a temporal solution to deal with transactions at the store level.
|
* @deprecated this is a temporary solution to deal with transactions at the store level.
|
||||||
* Ideally, we should handle transactions at the service level (each service method should be transactional).
|
* Ideally, we should handle transactions at the service level (each service method should be transactional).
|
||||||
* The controller should define the transactional scope as follows:
|
* The controller should define the transactional scope as follows:
|
||||||
* https://github.com/Unleash/unleash/blob/cb034976b93abc799df774858d716a49f645d669/src/lib/features/export-import-toggles/export-import-controller.ts#L206-L208
|
* https://github.com/Unleash/unleash/blob/cb034976b93abc799df774858d716a49f645d669/src/lib/features/export-import-toggles/export-import-controller.ts#L206-L208
|
||||||
|
@ -148,14 +148,12 @@ export interface IUIConfig {
|
|||||||
environment?: string;
|
environment?: string;
|
||||||
slogan?: string;
|
slogan?: string;
|
||||||
name?: string;
|
name?: string;
|
||||||
links?: [
|
links?: {
|
||||||
{
|
value: string;
|
||||||
value: string;
|
icon?: string;
|
||||||
icon?: string;
|
href: string;
|
||||||
href: string;
|
title: string;
|
||||||
title: string;
|
}[];
|
||||||
},
|
|
||||||
];
|
|
||||||
flags?: IFlags;
|
flags?: IFlags;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user