export type ExtendedBoolean = T & { isTrue: boolean; code: string; message: string; };