@usethrottle/cart
    Preparing search index...

    Interface CartEvent

    interface CartEvent {
        actorId: string | null;
        actorType: "system" | "merchant" | "buyer" | "connector";
        cartId: string;
        createdAt: string;
        eventType: string;
        id: string;
        payload: Record<string, unknown>;
        sequence: number;
    }
    Index
    actorId: string | null
    actorType: "system" | "merchant" | "buyer" | "connector"
    cartId: string
    createdAt: string
    eventType: string
    id: string
    payload: Record<string, unknown>
    sequence: number