My test code
type Config = { id: string; password: string; } type TrueTypeConfig = Config & { emailId: number; paymentId: number