mirror of
https://github.com/cloudflare/cloudflare-docs.git
synced 2026-01-16 23:11:06 +00:00
Fix formatting of OrderRow type definition (#27509)
This commit is contained in:
parent
2f046ee848
commit
db4340d9a3
1 changed files with 3 additions and 3 deletions
|
|
@ -27,9 +27,9 @@ For example, providing an `OrderRow` type as a type parameter to [`D1PreparedSta
|
|||
```ts
|
||||
// Row definition
|
||||
type OrderRow = {
|
||||
Id: string;
|
||||
CustomerName: string;
|
||||
OrderDate: number;
|
||||
Id: string;
|
||||
CustomerName: string;
|
||||
OrderDate: number;
|
||||
};
|
||||
|
||||
// Elsewhere in your application
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue