import { IdToken, IdTagInfo } from './';

export type req = {
  idTag: IdToken;
};

export type conf = {
  idTagInfo: IdTagInfo;
};
