type SMSOptionsSetUp = {
    enabled: boolean;
};
export type { SMSOptionsSetUp };
