docker/ts/interfaces/label.ts
2019-01-10 00:28:12 +01:00

3 lines
106 B
TypeScript

// tslint:disable-next-line: interface-over-type-literal
export type TLabels = { [key: string]: string };