mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 04:11:57 +00:00
chore: charlie 20
This commit is contained in:
@@ -6,7 +6,9 @@ export { PropertyObject } from "./PropertyObject";
|
||||
export { PropertyString } from "./PropertyString";
|
||||
|
||||
export const test = "";
|
||||
export type UnionToIntersection<T> = ((x: T) => any) extends (x: infer R) => any ? R : never;
|
||||
export type UnionToIntersection<T> = ((x: T) => any) extends (x: infer R) => any
|
||||
? R
|
||||
: never;
|
||||
|
||||
/**
|
||||
* This is used during creating the type of properties fn in the service package.
|
||||
|
||||
Reference in New Issue
Block a user