/** * This is auto-generated file, don't modify this file manually */ /** * Status of information about timetable */ export declare type GroupsAddressWorkInfoStatus = 'no_information' | 'temporarily_closed' | 'always_opened' | 'timetable' | 'forever_closed';