@custouch/jssdk
    Preparing search index...

    Type Alias GetDataByLinkedDataRowIdFlatResult<Data>

    type GetDataByLinkedDataRowIdFlatResult<Data = Record<string, string>> = {
        items: LinkedDataRowItem<Data>[];
        total: number;
    }

    Type Parameters

    • Data = Record<string, string>
    Index

    Properties

    Properties

    total: number