Type Alias ConnectorFlatFileConfigurationResponse

type ConnectorFlatFileConfigurationResponse = {
    errorMessage?: ErrorResponse;
    result?: string[];
}
Index

Properties

errorMessage?: ErrorResponse
result?: string[]