mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-04-01 21:13:11 +00:00
chore: Update to fix build
This commit is contained in:
@@ -4,7 +4,7 @@ import { Utils, utils } from "../util"
|
||||
|
||||
export class CreatedAction<WrapperData, Type extends Record<string, any>> {
|
||||
private constructor(
|
||||
private myMetaData: Omit<ActionMetaData, "input"> & {
|
||||
public readonly myMetaData: Omit<ActionMetaData, "input"> & {
|
||||
input: Config<Type, WrapperData, never>
|
||||
},
|
||||
readonly fn: (options: {
|
||||
|
||||
Reference in New Issue
Block a user