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

    Type Alias ReadWritePermissions

    Generated API types re-exported for convenience.

    These mirror the server REST resources and payloads.

    type ReadWritePermissions = {
        read?: boolean;
        write?: boolean;
    }
    Index

    Properties

    Properties

    read?: boolean

    Read permission.

    write?: boolean

    Write permission.