Type alias NSECRecord

NSECRecord: BaseResourceRecord<NSEC, {
    nextDomainName: string;
    rrTypeWindows: {
        RRTypes: RType[];
        bitmapSize: number;
        windowId: number;
    }[];
}>

Type declaration

  • nextDomainName: string
  • rrTypeWindows: {
        RRTypes: RType[];
        bitmapSize: number;
        windowId: number;
    }[]

Generated using TypeDoc