export default interface IAddServiceResponse { readonly added: boolean; readonly error?: string; }