UNPKG

@linode/api-v4

Version:
6 lines 373 B
import type { Filter, ResourcePage as Page, Params } from '../types'; import type { Tag, TagRequest } from './types'; export declare const getTags: (params?: Params, filter?: Filter) => Promise<Page<Tag>>; export declare const createTag: (data: TagRequest) => Promise<Tag>; export declare const deleteTag: (label: string) => Promise<Tag>; //# sourceMappingURL=tags.d.ts.map