AutoBE
    Preparing search index...

    Interface AutoBeDatabaseComponentKeep

    Keep an existing database component without modification.

    This explicit entry proves the component was reviewed for the current Analyze unit and intentionally left unchanged.

    Samchon

    interface AutoBeDatabaseComponentKeep {
        namespace: string;
        reason: string;
        type: "keep";
    }
    Index

    Properties

    Properties

    namespace: string

    Exact existing component namespace to keep.

    reason: string

    Evidence and reasoning for keeping the component unchanged.

    type: "keep"

    Discriminator for component revision type.