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