interface SetEntityCommand {
    entity: string;
    identifier: string;
}

Properties

Properties

entity: string
identifier: string