@azerum/ts-csp
    Preparing search index...

    Type Alias NotUndefined

    NotUndefined: {} | null

    undefined cannot be written into channels as ReadableChannel.read uses undefined as a special value. That's why channel interfaces have T extends NotUndefined constraint

    null is allowed