-ifndef(FORM_DOCS_HRL). -define(FORM_DOCS_HRL, true). -record(otp, {error="ERROR MSG",code="CODE"}). -record(phone, {code="+380",number="490000000"}). -endif.