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

    Type Alias ResourceSet

    ResourceSet: { exact: string } | { prefix: string }

    Generated API types re-exported for convenience.

    These mirror the server REST resources and payloads.

    Type Declaration

    • { exact: string }
      • exact: string

        Match only the resource with this exact name. Use an empty string to match no resources.

    • { prefix: string }
      • prefix: string

        Match all resources that start with this prefix. Use an empty string to match all resource.