Type Alias ConnectorFlatFileConfigurationResponse

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