@shopify/cli-kit
    Preparing search index...
    interface BulkOperationCancellationResult {
        body?: TokenItem;
        customSections?: { body: { list: { items: string[] } }[] }[];
        headline: string;
        renderType: "info" | "warning" | "success";
    }
    Index

    Properties

    body?: TokenItem
    customSections?: { body: { list: { items: string[] } }[] }[]
    headline: string
    renderType: "info" | "warning" | "success"