ailoy-node
    Preparing search index...

    Interface Packet

    interface Packet {
        body: Record<string, any>;
        headers: (string | number | boolean)[];
        instruction_type: undefined | InstructionType;
        packet_type: PacketType;
    }
    Index

    Properties

    body: Record<string, any>
    headers: (string | number | boolean)[]
    instruction_type: undefined | InstructionType
    packet_type: PacketType