removed redundant partial
This commit is contained in:
@@ -51,7 +51,7 @@ export class User extends Model<InferAttributes<User>, InferCreationAttributes<U
|
|||||||
/** Defined by {@link Auth.user} */
|
/** Defined by {@link Auth.user} */
|
||||||
declare authtokens?:NonAttribute<Auth[]>
|
declare authtokens?:NonAttribute<Auth[]>
|
||||||
/** Defined by {@link UserPerms.user} */
|
/** Defined by {@link UserPerms.user} */
|
||||||
declare perms?:CreationOptional<Partial<CreationAttributes<UserPerms>>>
|
declare perms?:CreationOptional<CreationAttributes<UserPerms>>
|
||||||
/** Defined by {@link Post.user} */
|
/** Defined by {@link Post.user} */
|
||||||
declare posts?:CreationOptional<Post[]>
|
declare posts?:CreationOptional<Post[]>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user