@deep/nest-kit
    Preparing search index...

    Interface ScheduledJobRegistryItem

    interface ScheduledJobRegistryItem {
        enabled?: boolean | ((ds: DataSource) => Promise<boolean>);
        interval: string;
        type: Type<Job>;
    }
    Index

    Properties

    enabled?: boolean | ((ds: DataSource) => Promise<boolean>)
    interval: string
    type: Type<Job>