UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

17 lines (16 loc) 576 B
export declare class EstatePropertyActionSendSmsDtoModel { id: string; /**Action */ actionSendSmsToMe: boolean; actionSendSmsToEstateCustomer: boolean; actionSendSmsToEstateAgency: boolean; actionSendSmsToEstateAgent: boolean; actionSendSmsToCustomerOrder: boolean; actionSendSmsToContactNumber: string; /**Action */ actionSendSmsToAreaEstateAgency: boolean; actionSendSmsToAreaEstateAgent: boolean; /**Action */ actionSendSmsToAllAreaEstateAgency: boolean; actionSendSmsToAllAreaEstateAgent: boolean; }