talawa-api / Exports / models/Organization / InterfaceOrganization
models/Organization.InterfaceOrganization
This is an interface that represents a database(MongoDB) document for Organization.
- _id
- address
- admins
- apiUrl
- blockedUsers
- createdAt
- creatorId
- customFields
- description
- groupChats
- image
- members
- membershipRequests
- name
- pinnedPosts
- posts
- status
- updatedAt
- userRegistrationRequired
- visibleInSearch
• _id: ObjectId
• address: Object
Name | Type |
---|---|
city |
string |
countryCode |
string |
dependentLocality |
string |
line1 |
string |
line2 |
string |
postalCode |
string |
sortingCode |
string |
state |
string |
• admins: any
[]
• apiUrl: undefined
| string
• blockedUsers: any
[]
• createdAt: Date
• creatorId: any
• customFields: any
[]
• description: string
• groupChats: any
[]
• image: undefined
| string
• members: any
[]
• membershipRequests: any
[]
• name: string
• pinnedPosts: any
[]
• posts: any
[]
• status: string
• updatedAt: Date
• userRegistrationRequired: boolean
• visibleInSearch: boolean