UNPKG

209 BTypeScriptView Raw
1import { BaseServiceOptions } from '../infrastructure';
2import { ResourceLabels } from '../templates';
3export declare class Labels extends ResourceLabels {
4 constructor(options: BaseServiceOptions);
5}