import { Sid, Tip } from './types';

export interface IObject {
  $tip?: Tip;
  $security?: Tip;
  $type?: Tip;
  $branch?: Tip;
  $sid?: Sid;
}
