export type ConvertMonTypeNoZero = T extends `${0}${infer U}` ? U : T;