8 lines
165 B
TypeScript
8 lines
165 B
TypeScript
import * as interfaces from './';
|
|
|
|
export interface ISecretCreationDescriptor {
|
|
name: string;
|
|
version: string;
|
|
contentArg: any;
|
|
labels: interfaces.TLabels;
|
|
} |