Type alias MigrationOperation

MigrationOperation: Operation & {
    account?: Alias | null;
    balanceChange?: number;
    block?: string | null;
    diffs?: BigMapDiff[] | null;
    id?: number;
    kind?: string | null;
    level?: number;
    quote?: QuoteShort | null;
    storage?: any | null;
    timestamp?: string;
    tokenTransfersCount?: number | null;
    type?: string | null;
}

Generated using TypeDoc