interface ReverseRecord {
    name: null | string;
    owner: string;
}

Properties

Properties

name: null | string
owner: string