12 lines
No EOL
246 B
TypeScript
12 lines
No EOL
246 B
TypeScript
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
interface Book {
|
|
id?: string;
|
|
author?: string;
|
|
title?: string;
|
|
description?: string;
|
|
page_count?: number;
|
|
not_models?: number[];
|
|
camelCase?: string;
|
|
created_at?: any;
|
|
updated_at?: any;
|
|
} |