• Type Parameters

    Parameters

    • collectionId: string

      The ID of the collection to remove the item from.

    • propertyName: Extract<keyof CItem, string>

      Property to filter.

    • value: any

      Filter value (mathing value for .eq filter)

    • Optionaloptions: WeivDataOptionsCache

      An object containing options to use when processing this operation.

    Returns Promise<Item | undefined>

    Fulfilled - Found item. Rejected - The error caused the rejection.

    You can use findOne to find a single item from your collections based on .eq filter for any field.