pond-ts API Reference (core)
    Preparing search index...

    Type Alias EventKeyForSchema<S>

    EventKeyForSchema: S[0] extends ColumnDef<any, infer K>
        ? K extends FirstColKind ? EventKeyForKind<K> : EventKey
        : EventKey

    Type Parameters