Type alias PQEncoderConfig

PQEncoderConfig: {
    distribution: PQEncoderDistribution;
    type: PQEncoderType;
}

Type declaration