Interface SHARED_RRS_CREATE_REQUEST

Represents the shared RRS create request.

interface SHARED_RRS_CREATE_REQUEST {
    current_user?: string;
    name: string;
    rdata: string | string[];
    ttl: string;
    type: DNS_TYPE;
}

Hierarchy (view full)

Properties

current_user?: string
name: string
rdata: string | string[]
ttl: string
type: DNS_TYPE