Type Alias FileConnectorAllowedPath

type FileConnectorAllowedPath = {
    path: string;
    spaces?: string[];
}
Index

Properties

Properties

path: string

The Path property in the File connector allowed paths file.

spaces?: string[]

The Spaces property in the File connector allowed paths file.