export interface IKitchenSettings {
    autoStartCooking: boolean;
}
