We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52c246 commit a5ed3caCopy full SHA for a5ed3ca
packages/common/src/dto/api/index.ts
@@ -158,16 +158,12 @@ export interface IUserProfile {
158
export interface IWorkspacePreferences {
159
'skip-authorisation': GitProvider[];
160
'trusted-sources'?: TrustedSources;
161
- 'allowed-sources'?: AllowedSources;
162
[key: string]: unknown;
163
}
164
export type TrustedSourceAll = '*';
165
export type TrustedSourceUrl = string;
166
export type TrustedSources = TrustedSourceAll | TrustedSourceUrl[];
167
168
-export type AllowedSourceUrl = string;
169
-export type AllowedSources = AllowedSourceUrl[];
170
-
171
export type IEditors = Array<V230Devfile>;
172
173
export type IEventList = CoreV1EventList;
0 commit comments