interface ICrossSigningInfo {
    crossSigningVerifiedBefore: boolean;
    firstUse: boolean;
    keys: Record<string, CrossSigningKeyInfo>;
}

Properties

crossSigningVerifiedBefore: boolean
firstUse: boolean