Skip to content

Instantly share code, notes, and snippets.

@dkelosky
Created December 18, 2018 13:20
Show Gist options
  • Save dkelosky/06236b75ad411a02c332c4cbd0237cd6 to your computer and use it in GitHub Desktop.
Save dkelosky/06236b75ad411a02c332c4cbd0237cd6 to your computer and use it in GitHub Desktop.
export interface DataSet {
blockSize: number;
directoryBlocks: number;
recordFormat: string;
recordLength: number;
dataSetType: string;
size: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment