export interface WorkflowChecklistInformation { readonly name: string; readonly shortDescription: string; }