ts-playground
    Preparing search index...
    interface Snapshot<T> {
        data: T;
        hash: string;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    data: T
    hash: string