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

Type Parameters