mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-31 04:33:40 +00:00
5 lines
99 B
TypeScript
5 lines
99 B
TypeScript
export type TriggerInput = {
|
|
lastResult: "success" | "failure" | null;
|
|
hadSuccess: boolean;
|
|
};
|