diff --git a/src/endpoints/Templates/Client.ts b/src/endpoints/Templates/Client.ts index b613e572..6ddc3ded 100644 --- a/src/endpoints/Templates/Client.ts +++ b/src/endpoints/Templates/Client.ts @@ -1,6 +1,6 @@ import type { DeferredJobsApiClient } from '../../api'; import { routing } from '../../routing'; -import type { Template } from '../../types'; +import type { ExtendedTemplate, Template } from '../../types'; import type { CreateRequest, UpdateRequest } from './types'; @@ -15,25 +15,31 @@ export function createClient(api: DeferredJobsApiClient) { return templates; } - async function get(templateId: TemplateId): Promise