initial
This commit is contained in:
10
ts_interfaces/data/secret.ts
Normal file
10
ts_interfaces/data/secret.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export interface ISecret {
|
||||
key: string;
|
||||
value: string;
|
||||
protected: boolean;
|
||||
masked: boolean;
|
||||
scope: 'project' | 'group';
|
||||
scopeId: string;
|
||||
connectionId: string;
|
||||
environment: string;
|
||||
}
|
||||
Reference in New Issue
Block a user