Magek Framework
    Preparing search index...

    Type Alias FinderByKeyFunction<TObject>

    FinderByKeyFunction: (
        objectClass: AnyClass,
        id: UUID,
        sequenceKey?: SequenceKey,
    ) => Promise<TObject | ReadOnlyNonEmptyArray<TObject>>

    Type Parameters

    • TObject

    Type Declaration