cnap-cobre/synapse

View on GitHub
frontend/src/types/fileSystemTypes.js

Summary

Maintainability
A
0 mins
Test Coverage
// @flow
export type FileSystemType = {
id: string,
name: string,
provider: string,
public: boolean,
}