Type Alias OmitTypeAndFile<T, K>

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

Omit type and file from the given type

Type Parameters