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