export additional types
This commit is contained in:
parent
5f04cb0c83
commit
57375bd902
@ -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>[]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user