Type Alias: FixAction
FixAction = {
kind:"resend"; } | {href:string;kind:"link";label:string; }
Defined in: src/lib/ar/view.ts:68
Where a fix-queue row sends the operator. resend is the one action taken in-page.
FixAction = {
kind:"resend"; } | {href:string;kind:"link";label:string; }
Defined in: src/lib/ar/view.ts:68
Where a fix-queue row sends the operator. resend is the one action taken in-page.