Skip to content

Commit

Permalink
[canvas] Relocate Legacy Services; create Workpad Service
Browse files Browse the repository at this point in the history
  • Loading branch information
clintandrewhall committed Jun 30, 2021
1 parent 14ed10c commit e54c4a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/plugins/canvas/public/services/workpad.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export interface WorkpadFindResponse {
export interface TemplateFindResponse {
templates: CanvasTemplate[];
}

export interface CanvasWorkpadService {
get: (id: string) => Promise<CanvasWorkpad>;
create: (workpad: CanvasWorkpad) => Promise<CanvasWorkpad>;
Expand Down

0 comments on commit e54c4a4

Please sign in to comment.