UNPKG

ts-flex-query

Version:
4 lines (3 loc) 202 B
export type TsFlexQueryTypeProperty = '__tsFlexQueryType'; export type TsFlexQueryType = 'record'; export type TsFlexQueryTypeMarker<out T extends TsFlexQueryType> = Record<TsFlexQueryTypeProperty, T>;