rest-vir - v1.0.0
    Preparing search index...

    Function assertValidEndpoint

    • Asserts that the given finalized EndpointDefinition instance is valid.

      Parameters

      • endpoint: Readonly<
            SelectFrom<
                EndpointDefinition,
                {
                    isEndpoint: true;
                    isWebSocket: true;
                    methods: true;
                    path: true;
                    service: { serviceName: true };
                },
            >,
        >

      Returns void