Type Alias PassthroughType<T>

PassthroughType: T extends "passthrough" ? { [k: string]: unknown } : unknown

Type Parameters