export interface sample {
library:{
opening:number;
closing:string;
}
}
interface shelves extends example{
library:{
closing:null
}
}
Can you expand upon an object in typescript? Sometimes I only need to utilize the initial structure without including a specific property or feature.