docker/ts/interfaces/secret.ts

7 lines
146 B
TypeScript
Raw Normal View History

2019-09-12 12:45:36 +00:00
import * as interfaces from './';
export interface ISecretCreationDescriptor {
name: string;
contentArg: any;
labels: interfaces.TLabels;
}