export interface ITransferKey { _id: ID; expireAt: Date; keyString: string; key: string; }