Record
type Record = {
name: string;
type?: RecordTypes;
proxied?: boolean;
ttl?: number;
priority?: number;
content?: string;
};
Last updated
Was this helpful?
type Record = {
name: string;
type?: RecordTypes;
proxied?: boolean;
ttl?: number;
priority?: number;
content?: string;
};
Last updated
Was this helpful?