docker/ts/interfaces/label.ts

3 lines
106 B
TypeScript
Raw Normal View History

2019-01-10 00:24:35 +01:00
// tslint:disable-next-line: interface-over-type-literal
2019-01-10 00:28:12 +01:00
export type TLabels = { [key: string]: string };