interface NameUpdates {
    renameOutput(request: AudioOutput.RenameOutputRequest): MaybePromise;
}

Methods

Methods