Package: @effect/platform
Module: HttpApiGroup
An HttpApiGroup is a collection of HttpApiEndpoints. You can use an HttpApiGroup to
represent a portion of your domain.
The endpoints can be implemented later using the HttpApiBuilder.group api.
Signature
declare const make: <const Id extends string, const TopLevel extends (true | false) = false>(identifier: Id, options?: { readonly topLevel?: TopLevel | undefined; }) => HttpApiGroup<Id, never, never, never, TopLevel>
Since v1.0.0