Skip to content

Commit a5ed3ca

Browse files
committed
fixup
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
1 parent f52c246 commit a5ed3ca

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/common/src/dto/api/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,16 +158,12 @@ export interface IUserProfile {
158158
export interface IWorkspacePreferences {
159159
'skip-authorisation': GitProvider[];
160160
'trusted-sources'?: TrustedSources;
161-
'allowed-sources'?: AllowedSources;
162161
[key: string]: unknown;
163162
}
164163
export type TrustedSourceAll = '*';
165164
export type TrustedSourceUrl = string;
166165
export type TrustedSources = TrustedSourceAll | TrustedSourceUrl[];
167166

168-
export type AllowedSourceUrl = string;
169-
export type AllowedSources = AllowedSourceUrl[];
170-
171167
export type IEditors = Array<V230Devfile>;
172168

173169
export type IEventList = CoreV1EventList;

0 commit comments

Comments
 (0)