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

    Type Alias BasinConfig

    Generated API types re-exported for convenience.

    These mirror the server REST resources and payloads.

    type BasinConfig = {
        create_stream_on_append?: boolean;
        create_stream_on_read?: boolean;
        default_stream_config?: null | StreamConfig;
    }
    Index

    Properties

    create_stream_on_append?: boolean

    Create stream on append if it doesn't exist, using the default stream configuration.

    create_stream_on_read?: boolean

    Create stream on read if it doesn't exist, using the default stream configuration.

    default_stream_config?: null | StreamConfig