export default class DidPdsCache { did: string | null = null; pds: string | null = null; }