Sporades SDK API
    Preparing search index...

    Type Alias JourneySetInput

    A semantic latest-state replacement; metadata and TTL are bounded by the runtime.

    type JourneySetInput = {
        metadata?: JsonObject;
        status: string;
        ttlSeconds?: number;
    }
    Index
    metadata?: JsonObject
    status: string
    ttlSeconds?: number