Type Alias FileConnectorAllowedPathsResponse

type FileConnectorAllowedPathsResponse = {
    errorMessage?: ErrorResponse;
    result?: FileConnectorAllowedPath[] | null;
}
Index
errorMessage?: ErrorResponse
result?: FileConnectorAllowedPath[] | null