interface EditorCommandArgs {
    id: string;
    value: undefined | string;
}

Properties

Properties

id: string
value: undefined | string