export additional types
This commit is contained in:
@@ -9,9 +9,9 @@ import { Attachment } from "./Attachment";
|
||||
import { Bucket } from "./Bucket";
|
||||
import { UUID } from "crypto";
|
||||
|
||||
type PostAttributes = InferAttributes<Post>;
|
||||
export type PostAttributes = InferAttributes<Post>;
|
||||
|
||||
type PostCreationAttributes = InferCreationAttributes<Post>;
|
||||
export type PostCreationAttributes = InferCreationAttributes<Post>;
|
||||
|
||||
export type PostAttributesWithBuckets = PostAttributes & {
|
||||
buckets:Attributes<Bucket>[]
|
||||
|
||||
Reference in New Issue
Block a user