prorm API Reference
    Preparing search index...

    Interface Connection

    Connection type for hook callbacks

    interface Connection {
        id: string;
        createdAt: number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index
    id: string
    createdAt: number