Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import { availability } from './availability';
import { type } from './type';
import { name } from './name';
export const columns = [name, type, availability];