export const TalkbackKind = {
  Pull: 0,
  Close: 1,
};

export const SignalKind = {
  Start: 0,
  Push: 1,
  End: 0,
};
