Member Junction
    Preparing search index...

    One thing adopt did, or deliberately didn't.

    interface AdoptAction {
        Detail?: string;
        Kind: "created" | "updated" | "skipped";
        What: string;
    }
    Index

    Properties

    Properties

    Detail?: string
    Kind: "created" | "updated" | "skipped"
    What: string