@wcauchois/program-builder > ExtendProgramBuilderWithRequired
ExtendProgramBuilderWithRequired type
Signature:export declare type ExtendProgramBuilderWithRequired<T, K extends string, U> = ProgramBuilder<T & {[P in K]: U;}>;
@wcauchois/program-builder > ExtendProgramBuilderWithRequired
export declare type ExtendProgramBuilderWithRequired<T, K extends string, U> = ProgramBuilder<T & {[P in K]: U;}>;