Type alias ListStoredFilesResponse

ListStoredFilesResponse: {
    next_marker?: string;
    restricted_access?: boolean;
    windmill_large_files: WindmillLargeFile[];
}

Type declaration

  • Optional next_marker?: string
  • Optional restricted_access?: boolean
  • windmill_large_files: WindmillLargeFile[]