Protocols are present in the protocol table

interface Protocol {
    code: number;
    name: string;
    path?: boolean;
    resolvable?: boolean;
    size: number;
}

Properties

code: number
name: string
path?: boolean
resolvable?: boolean
size: number