Cuttlefish SDK Reference - v0.1.0
    Preparing search index...
    interface Row {
        id?: unknown;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    id?: unknown