ConfigAdminAdded Object
Description
Information about when an admin was added to the config.
Declaration
type ConfigAdminAdded {
date: Date
by: UserReference
}
Fields
| Name | Type | Description |
|---|---|---|
date | Date | Date when the admin was added. |
by | UserReference | User who added the admin. |