UNPKG

braid-design-system

Version:
2 lines (1 loc) 59 B
export type AllOrNone<T> = T | { [K in keyof T]?: never };