export interface WorkflowSchemeIdNameAsResponse { /** * The ID of the workflow scheme. */ id: string; /** * The name of the workflow scheme. */ name: string; } //# sourceMappingURL=WorkflowSchemeIdNameAsResponse.d.ts.map