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

    Interface LocationInfo

    Information about a location.

    interface LocationInfo {
        isPrivate: boolean;
        name: string;
    }
    Index

    Properties

    Properties

    isPrivate: boolean

    Whether the location represents a private placement limited by account.

    name: string

    Location name.