export interface IHyperlink { accessedAt?: string; createdAt?: string; createdBy?: string; currentStatus?: string; depth?: string; description?: string; href?: string; hyperlinkType?: string; id?: string; name?: string; permissions?: string; referencedEntityId?: string; type?: string; updatedAt?: string; updatedBy?: string; }