b6be7a351f
* First pass * First pass adding service registraiton * Finished up service registration * Json exception * Moved to the right place * Fixed tests * Added some missing docs strings * Reflecting Gergo's specklepy changes * Correct the DI registration * Readme * No warn beta packages * Format * renamed misleading variable * Fixed lock files * Disable SQLite for automate
7 lines
152 B
C#
7 lines
152 B
C#
namespace Speckle.Automate.Sdk.Schema.Triggers;
|
|
|
|
public abstract class AutomationRunTriggerBase
|
|
{
|
|
public required string TriggerType { get; init; }
|
|
}
|