export interface AccountShareResponse {
    publicKey: string;
    derivationPath: string;
    isExtendedPublicKey: boolean;
}
