@runloop/api-client - v1.18.1
    Preparing search index...

    Interface AxonView

    interface AxonView {
        id: string;
        created_at_ms: number;
        name?: string | null;
    }
    Index

    Properties

    id: string

    The axon identifier.

    created_at_ms: number

    Creation time in milliseconds since epoch.

    name?: string | null

    The name of the axon.