Optimizes Imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Type, type Static } from '@sinclair/typebox'
|
||||
import {type Static, Type} from '@sinclair/typebox'
|
||||
|
||||
|
||||
export const HttpError = Type.Object({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Type, type Static } from '@sinclair/typebox'
|
||||
import {type Static, Type} from '@sinclair/typebox'
|
||||
|
||||
|
||||
export const Language = Type.Object({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Type, type Static } from '@sinclair/typebox'
|
||||
import {type Static, Type} from '@sinclair/typebox'
|
||||
|
||||
|
||||
export const Stack = Type.Object({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Type, type Static } from '@sinclair/typebox'
|
||||
import {type Static, Type} from '@sinclair/typebox'
|
||||
|
||||
|
||||
export const Token = Type.Object({
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { Type, type Static } from '@sinclair/typebox'
|
||||
import {type Static, Type} from '@sinclair/typebox'
|
||||
|
||||
import { Token } from '../token/token.model';
|
||||
import {Token} from '../token/token.model';
|
||||
|
||||
|
||||
export const User = Type.Object({
|
||||
|
||||
Reference in New Issue
Block a user