Can create new accommodations using the API
This commit is contained in:
@ -32,6 +32,8 @@ interface Constraints {
|
||||
member_country: LenConstraint;
|
||||
member_sex: LenConstraint;
|
||||
member_note: LenConstraint;
|
||||
accomodation_name_len: LenConstraint;
|
||||
accomodation_description_len: LenConstraint;
|
||||
}
|
||||
|
||||
interface OIDCProvider {
|
||||
|
Reference in New Issue
Block a user