Type Alias UpdateConfigurationFlatFileRequest

The request to update a connector flat file

type UpdateConfigurationFlatFileRequest = {
    contentsToSave?: string[];
}
Index

Properties

Properties

contentsToSave?: string[]