UNPKG

@vanakaru/ekilex-api-client

Version:

A node api client for the Ekilex API

2 lines (1 loc) 141 B
export declare type MarkRequired<Type, Keys extends keyof Type> = Type extends Type ? Omit<Type, Keys> & Required<Pick<Type, Keys>> : never;