MCPcopy
hub / github.com/dyrector-io/dyrectorio / UuidParams

Function UuidParams

web/crux/src/decorators/api-params.decorator.ts:5–5  ·  view source on GitHub ↗
(...uuidParams: string[])

Source from the content-addressed store, hash-verified

3export const UUID_PARAMS = 'uuidParams'
4
5const UuidParams = (...uuidParams: string[]) => SetMetadata(UUID_PARAMS, [...uuidParams])
6
7export default UuidParams

Calls

no outgoing calls

Tested by

no test coverage detected