prorm API Reference
    Preparing search index...

    Interface PrismaModel

    interface PrismaModel {
        name: string;
        fields: PrismaField[];
        blockAttributes: PrismaAttribute[];
    }
    Index
    name: string
    fields: PrismaField[]
    blockAttributes: PrismaAttribute[]

    Block-level (@@...) attributes: @@id, @@unique, @@index, @@map.