AllValues: {
    readonly [key in keyof UcdExportSignature.Values]-?: Exclude<UcdExportSignature.Values[key], undefined>
}

Generated using TypeDoc