@wcauchois/program-builder > ExtendProgramBuilderWithRequired
Signature: ExtendProgramBuilderWithRequired type
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;}>;