Sporades SDK API
    Preparing search index...

    Type Alias AutoFields

    Sporades-managed fields present on every table row. App code cannot set or update these directly.

    type AutoFields = {
        createdAt: string;
        id: string;
        updatedAt: string;
    }
    Index
    createdAt: string
    id: string
    updatedAt: string