docker/ts/interfaces/label.ts

3 lines
106 B
TypeScript
Raw Normal View History

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