wip
This commit is contained in:
@@ -8,5 +8,9 @@ public class Workspace
|
||||
public string? LogoUrl { get; set; }
|
||||
public Guid OwnerUserId { get; set; }
|
||||
public required string TimeZone { get; set; }
|
||||
public string ApprovalMode { get; set; } = "Required";
|
||||
public bool SchedulePostsAutomaticallyOnApproval { get; set; }
|
||||
public bool LockContentAfterApproval { get; set; }
|
||||
public bool SendAutomaticApprovalReminders { get; set; }
|
||||
public DateTimeOffset CreatedAt { get; init; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user