Skip to content

Instantly share code, notes, and snippets.

@baranovxyz
Created May 14, 2020 18:16
Show Gist options
  • Save baranovxyz/930c4e31aed3004d7f8490a27407b4aa to your computer and use it in GitHub Desktop.
Save baranovxyz/930c4e31aed3004d7f8490a27407b4aa to your computer and use it in GitHub Desktop.
interface Column {
_id: string; // MongoDB id field
type: 'string'; // yes, it is literally 'string'
values: (string | null)[]; // an array, each element is either string or null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment