export interface AccountShareResponse {
    publicKey: string;
    derivationPath: string;
    isExtendedPublicKey: boolean;
    masterFingerprint: string;
    isActive: boolean;
    groupId: string;
    groupLabel: string;
}
