export interface AddAssetContactForm {
    principal: string;
    ledgerAddress: string;
}
