FuncType - v0.8.64
    Preparing search index...

    Type Alias Identity<T>

    type Identity<T> = {
        id: T;
        isSame?: (other: Identity<T>) => boolean;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    id: T
    isSame?: (other: Identity<T>) => boolean