Type Alias FileConnectorAllowedPathsResponse

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

Properties

errorMessage?: ErrorResponse