Documentation - v0.27.1
    Preparing search index...

    Type Alias OmitTypeAndFile<T, K>

    OmitTypeAndFile: Omit<T, "type" | "file" | K>

    Omit type and file from the given type

    Type Parameters