AutoBE
    Preparing search index...

    Interface AutoBeInterfaceEndpointReviewDatabaseReference

    Key-only database-file source reference for an endpoint review round.

    This reference intentionally carries the database file key only. It never embeds database namespaces or database model payloads.

    Samchon

    interface AutoBeInterfaceEndpointReviewDatabaseReference {
        filename: string;
        type: "databaseFile";
    }
    Index

    Properties

    Properties

    filename: string

    Database schema file name for this review round.

    type: "databaseFile"

    Reference discriminator.