@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Type Alias RowResult<T>

    RowResult: T | Promise<T>

    Represents a single row that may or may not be immediately available.

    Type Parameters

    • T