fix(core): update
This commit is contained in:
7
ts/interfaces/secret.ts
Normal file
7
ts/interfaces/secret.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as interfaces from './';
|
||||
|
||||
export interface ISecretCreationDescriptor {
|
||||
name: string;
|
||||
contentArg: any;
|
||||
labels: interfaces.TLabels;
|
||||
}
|
Reference in New Issue
Block a user