mirror of https://github.com/Squidex/squidex.git
3 changed files with 32 additions and 15 deletions
@ -0,0 +1,15 @@ |
|||
// ==========================================================================
|
|||
// Squidex Headless CMS
|
|||
// ==========================================================================
|
|||
// Copyright (c) Squidex UG (haftungsbeschraenkt)
|
|||
// All rights reserved. Licensed under the MIT license.
|
|||
// ==========================================================================
|
|||
|
|||
using System.Collections.Generic; |
|||
|
|||
namespace Squidex.Areas.Api.Controllers.Schemas.Models |
|||
{ |
|||
public sealed class PreviewUrlsDto : Dictionary<string, string> |
|||
{ |
|||
} |
|||
} |
|||
Loading…
Reference in new issue