Interface SafeRoomNoticeData

interface SafeRoomNoticeData {
    state: string;
}

Properties

Properties

state: string