@pleisto/active-support
    Preparing search index...

    Type Alias OmitEnum<T, K>

    OmitEnum: { [P in Exclude<keyof T, K>]: T[P] }

    Omit Enum

    Type Parameters

    • T
    • K extends keyof T