export type IdentityInformationClass = {
    date?: number | null;
    policyId?: string | null;
    accounts?: Array<any> | null;
    signatures?: boolean | null;
};
