Closed samchon closed 2 years ago
export function TypedParam ( name: string, type: "boolean"|"number"|"string"|"uuid" = "string", nullable: boolean = false ): ParameterDecorator;