Type Alias NullableForeignKey

NullableForeignKey: Optional<Brand<string, "NullableForeignKey">>

A branded string type to represent nullable foreign keys in DynamoDB tables, which can also be undefined.