AutoBE
    Preparing search index...

    A DTO property site that carries this canonical enum.

    interface ISite {
        key: string;
        typeName: string;
    }
    Index

    Properties

    Properties

    key: string

    Property key inside that DTO, e.g. "status".

    typeName: string

    DTO type name, e.g. "IShoppingOrder.ISummary".