interface DomainRecord {
    address: null | string;
    data: RecordMetadata;
    expiry_key: null | string;
    owner: string;
    tzip12_token_id: null | number;
}

Properties

address: null | string
expiry_key: null | string
owner: string
tzip12_token_id: null | number