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

    Type Alias CreateBasinRequest

    type CreateBasinRequest = {
        basin: BasinNameStr;
        config?: null | API.BasinConfig;
        scope?: null | BasinScope;
    }
    Index

    Properties

    Properties

    Basin name which must be globally unique. It can be between 8 and 48 characters in length, and comprise lowercase letters, numbers and hyphens. It cannot begin or end with a hyphen.

    config?: null | API.BasinConfig
    scope?: null | BasinScope