mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-02 15:59:32 -05:00
10 lines
145 B
C#
10 lines
145 B
C#
namespace DM.MovieApi
|
|
{
|
|
internal interface IApiSettings
|
|
{
|
|
string ApiUrl { get; }
|
|
|
|
string BearerToken { get; }
|
|
}
|
|
}
|