mirror of https://github.com/Squidex/squidex.git
30 changed files with 73 additions and 32 deletions
@ -1,5 +0,0 @@ |
|||||
<Project> |
|
||||
<PropertyGroup> |
|
||||
<LangVersion>7.3</LangVersion> |
|
||||
</PropertyGroup> |
|
||||
</Project> |
|
||||
@ -0,0 +1,14 @@ |
|||||
|
// ==========================================================================
|
||||
|
// Squidex Headless CMS
|
||||
|
// ==========================================================================
|
||||
|
// Copyright (c) Squidex UG (haftungsbeschraenkt)
|
||||
|
// All rights reserved. Licensed under the MIT license.
|
||||
|
// ==========================================================================
|
||||
|
|
||||
|
namespace Squidex.Pipeline |
||||
|
{ |
||||
|
public interface IApiCostsFeature |
||||
|
{ |
||||
|
double Weight { get; } |
||||
|
} |
||||
|
} |
||||
Loading…
Reference in new issue