Zodiac API Documentation - v0.0.3
    Preparing search index...

    Type Alias OmitKeys<T, K>

    OmitKeys: Pick<T, Exclude<keyof T, K>>

    Type Parameters

    • T
    • K extends string