mex-editor
    Preparing search index...

    Model for a person that is created inline with the activity.

    interface CreatePersonModel {
        $type: "CreatePersonModel";
        firstname: number;
        lastname: number;
    }
    Index
    $type: "CreatePersonModel"
    firstname: number
    lastname: number