• Gets the available censoring types.

    Returns {
        label: string;
        value: CensorType;
    }[]

    An array of objects with the user-friendly label and actual value of available censor types.

Generated using TypeDoc