7 lines
178 B
C#
7 lines
178 B
C#
namespace Moonlight.ApiServer.Models;
|
|
|
|
public class FrontendConfigurationOption
|
|
{
|
|
public string[] Scripts { get; set; } = [];
|
|
public string[] Styles { get; set; } = [];
|
|
} |