mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2025-12-06 10:10:48 +01:00
9 lines
155 B
C#
9 lines
155 B
C#
using Needlework.Net.ViewModels.Pages.Endpoints;
|
|
|
|
namespace Needlework.Net.Models
|
|
{
|
|
public record SchemaPaneItem(string Key, Tab Tab)
|
|
{
|
|
}
|
|
}
|