MCPcopy Create free account
hub / github.com/github/awesome-copilot / RenderableWorkflow

Interface RenderableWorkflow

website/src/scripts/pages/workflows-render.ts:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import { renderEmptyStateHtml, renderSharedCardHtml } from './card-render';
8
9export interface RenderableWorkflow {
10 title: string;
11 description?: string;
12 path: string;
13 triggers: string[];
14 lastUpdated?: string | null;
15}
16
17export type WorkflowSortOption = 'title' | 'lastUpdated';
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected