mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-07-24 05:31:26 +02:00
12 lines
142 B
Go
12 lines
142 B
Go
package model
|
|
|
|
type CustomFieldValue struct {
|
|
Base
|
|
|
|
CustomFieldID string
|
|
Value string
|
|
|
|
UserID *string
|
|
UserGroupID *string
|
|
}
|