Type Alias UpdateConfigurationFlatFileRequest

The request to update a connector flat file

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