@s2-dev/streamstore - v0.18.1
    Preparing search index...

    Type Alias StreamInfo

    Generated API types re-exported for convenience.

    These mirror the server REST resources and payloads.

    type StreamInfo = {
        created_at: string;
        deleted_at?: string | null;
        name: StreamNameStr;
    }
    Index

    Properties

    created_at: string

    Creation time in ISO 8601 format.

    deleted_at?: string | null

    Deletion time in ISO 8601 format, if the stream is being deleted.

    Stream name.