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

Omit type and file from the given type

Type Parameters